From 57907c105ab79d6b10bcb730d9cbcab8e693f150 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Tue, 18 Nov 2025 13:31:47 -0600 Subject: [PATCH] Re-diff patch queue --- ...002-Use-pure-Rust-implementation-of-Blake3-parts.patch | 8 ++++---- debian/patches/0003-Use-mini-as-release-profile.patch | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/0002-Use-pure-Rust-implementation-of-Blake3-parts.patch b/debian/patches/0002-Use-pure-Rust-implementation-of-Blake3-parts.patch index ccd78f40..bd05a0a9 100644 --- a/debian/patches/0002-Use-pure-Rust-implementation-of-Blake3-parts.patch +++ b/debian/patches/0002-Use-pure-Rust-implementation-of-Blake3-parts.patch @@ -13,12 +13,12 @@ C, C++, or assembly through the conditional compilation systems. 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml -index fe0a0c2..60dd621 100644 +index 952ddd3..4b2cf49 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -6,6 +6,9 @@ edition = "2024" - [dependencies] - bevy = "0.16.0" +@@ -9,6 +9,9 @@ bevy = "0.16.0" + + ruzstd = "=0.8.1" +# Use pure-Rust impl. to dodge problems with CPU feature set availability. +blake3 = { version = "1.8.2", features = ["pure"] } diff --git a/debian/patches/0003-Use-mini-as-release-profile.patch b/debian/patches/0003-Use-mini-as-release-profile.patch index 70e847a8..f46cfb44 100644 --- a/debian/patches/0003-Use-mini-as-release-profile.patch +++ b/debian/patches/0003-Use-mini-as-release-profile.patch @@ -7,10 +7,10 @@ Subject: Use "mini" as "release" profile 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml -index 60dd621..c7bcf17 100644 +index 4b2cf49..192533d 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -36,8 +36,11 @@ opt-level = 1 +@@ -39,8 +39,11 @@ opt-level = 1 opt-level = 3 [profile.release]