1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older minor version of crate regalloc2
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1127574
Forwarded: not-needed
Last-Update: 2026-02-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -296,7 +296,7 @@
# Bytecode Alliance maintained dependencies:
# ---------------------------
-regalloc2 = "0.12.2"
+regalloc2 = ">= 0.11.3, <= 0.12"
# cap-std family:
target-lexicon = "0.13.0"
|