File: relax-rustflags

package info (click to toggle)
python-maturin 1.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
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"