1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Relax target-lexicon dependency version
Update target-lexicon 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
@@ -71,7 +71,7 @@ fat-macho = { version = "0.4.8", default
once_cell = "1.7.2"
rustc_version = "0.4.0"
semver = "1.0.22"
-target-lexicon = "0.13.0"
+target-lexicon = "0.12"
indexmap = "2.2.3"
pyproject-toml = { version = "0.13.5", features = ["pep639-glob"] }
python-pkginfo = "0.6.5"
|