Package: rust-wasmtime
Version: 29.0.1+dfsg-5
I hope to upgrade rust-itertools to 0.14 soon, rust-wasmtime needs a
dependency adjustment.
diff -Nru rust-wasmtime-29.0.1+dfsg/debian/changelog
rust-wasmtime-29.0.1+dfsg/debian/changelog
--- rust-wasmtime-29.0.1+dfsg/debian/changelog 2026-01-16 09:03:24.000000000
+0000
+++ rust-wasmtime-29.0.1+dfsg/debian/changelog 2026-01-29 20:16:35.000000000
+0000
@@ -1,3 +1,10 @@
+rust-wasmtime (29.0.1+dfsg-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax itertools dependency.
+
+ -- Peter Michael Green <[email protected]> Thu, 29 Jan 2026 20:16:35 +0000
+
rust-wasmtime (29.0.1+dfsg-5) unstable; urgency=medium
* fix patch 2006
diff -Nru rust-wasmtime-29.0.1+dfsg/debian/control
rust-wasmtime-29.0.1+dfsg/debian/control
--- rust-wasmtime-29.0.1+dfsg/debian/control 2026-01-15 17:48:31.000000000
+0000
+++ rust-wasmtime-29.0.1+dfsg/debian/control 2026-01-29 20:16:29.000000000
+0000
@@ -31,7 +31,8 @@
librust-hashbrown-0.14+raw-dev,
librust-humantime-2+default-dev,
librust-indicatif-0.17+default-dev,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-libc-0.2+default-dev,
librust-libm-0.2+default-dev,
librust-libtest-mimic-0.7+default-dev,
diff -Nru rust-wasmtime-29.0.1+dfsg/debian/patches/1001_itertools.patch
rust-wasmtime-29.0.1+dfsg/debian/patches/1001_itertools.patch
--- rust-wasmtime-29.0.1+dfsg/debian/patches/1001_itertools.patch
2026-01-13 18:44:19.000000000 +0000
+++ rust-wasmtime-29.0.1+dfsg/debian/patches/1001_itertools.patch
2026-01-29 20:15:58.000000000 +0000
@@ -10,7 +10,7 @@
easy-smt = "0.2.2"
clap = { workspace = true }
-itertools = "0.12.0"
-+itertools = ">= 0.12.0, <= 0.13"
++itertools = ">= 0.12.0, <= 0.14"
log = { workspace = true }
env_logger = { workspace = true }
anyhow = { workspace = true }
@@ -21,7 +21,7 @@
cfg-if = { workspace = true }
wasmtime-versioned-export-macros = { workspace = true }
-itertools = "0.12"
-+itertools = ">= 0.12, <= 0.13"
++itertools = ">= 0.12, <= 0.14"
pulley-interpreter = { workspace = true, optional = true }
[features]