1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Replace rustdoc-stripper dependency to allow build
Author: Matthias Geiger <werdahias@riseup.net>
Forwarded: not-needed
Last-Update: 2025-07-26
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,8 @@
edition = "2021"
[dependencies]
-bitflags = "2.9"
-getopts = "0.2.23"
+bitflags = "2.8"
+getopts = "0.2"
getter_rules = { package = "fix-getters-rules", version = "0.3.0", default-features = false }
xml-rs = "0.8"
toml = { version = "0.8" , features = ["preserve_order"] }
@@ -20,7 +20,7 @@
log = "0.4"
regex = "1.11"
hprof = "0.1"
-rustdoc-stripper = { git = "https://github.com/GuillaumeGomez/rustdoc-stripper" }
+rustdoc-stripper = "0.1.12"
[profile.release]
codegen-units = 4
|