Skip to content

Commit f115d89

Browse files
committed
Pin stringdex
1 parent 54c0e77 commit f115d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rustdoc-json-types = { path = "../rustdoc-json-types" }
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
2323
smallvec = "1.8.1"
24-
stringdex = { version = "0.0.1-alpha10" }
24+
stringdex = { version = "=0.0.1-alpha10" } # FIXME: https://github.com/rust-lang/rust/pull/145849#discussion_r2412036349
2525
tempfile = "3"
2626
threadpool = "1.8.1"
2727
tracing = "0.1"

0 commit comments

Comments
 (0)