1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Relax rustflags dependency version
Update rustflags dependency to match the version available in Debian
Author: Jelmer Vernooij <jelmer@debian.org>
Forwarded: not-needed
Last-Update: 2025-11-04
Index: maturin/Cargo.toml
===================================================================
--- maturin.orig/Cargo.toml
+++ maturin/Cargo.toml
@@ -50,7 +50,7 @@ flate2 = "1.0.18"
goblin = "0.9.0"
platform-info = "2.0.2"
regex = "1.7.0"
-rustflags = "0.1.6"
+rustflags = "0.1.7"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sha2 = "0.10.3"
|