We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stringdex
1 parent 54c0e77 commit f115d89Copy full SHA for f115d89
src/librustdoc/Cargo.toml
@@ -21,7 +21,7 @@ rustdoc-json-types = { path = "../rustdoc-json-types" }
21
serde = { version = "1.0", features = ["derive"] }
22
serde_json = "1.0"
23
smallvec = "1.8.1"
24
-stringdex = { version = "0.0.1-alpha10" }
+stringdex = { version = "=0.0.1-alpha10" } # FIXME: https://github.com/rust-lang/rust/pull/145849#discussion_r2412036349
25
tempfile = "3"
26
threadpool = "1.8.1"
27
tracing = "0.1"
0 commit comments