File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5264,8 +5264,7 @@ dependencies = [
52645264[[package ]]
52655265name = " stringdex"
52665266version = " 0.0.2"
5267- source = " registry+https://github.com/rust-lang/crates.io-index"
5268- checksum = " 18b3bd4f10d15ef859c40291769f0d85209de6b0f1c30713ff9cdf45ac43ea36"
5267+ source = " git+https://gitlab.com/notriddle/stringdex?rev=4b2bcada9c65f8624f23f4a4b0d47b61aca4a605#4b2bcada9c65f8624f23f4a4b0d47b61aca4a605"
52695268dependencies = [
52705269 " stacker" ,
52715270]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rustdoc-json-types = { path = "../rustdoc-json-types" }
2121serde = { version = " 1.0" , features = [" derive" ] }
2222serde_json = " 1.0"
2323smallvec = " 1.8.1"
24- stringdex = " =0.0.2 "
24+ stringdex = { git = " https://gitlab.com/notriddle/stringdex " , rev = " 4b2bcada9c65f8624f23f4a4b0d47b61aca4a605 " }
2525tempfile = " 3"
2626threadpool = " 1.8.1"
2727tracing = " 0.1"
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ const ALLOWED_SOURCES: &[&str] = &[
1111 r#""registry+https://github.com/rust-lang/crates.io-index""# ,
1212 // This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1313 r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
14+ // TMP:
15+ r#""git+https://gitlab.com/notriddle/stringdex?rev=4b2bcada9c65f8624f23f4a4b0d47b61aca4a605#4b2bcada9c65f8624f23f4a4b0d47b61aca4a605""# ,
1416] ;
1517
1618/// Checks for external package sources. `root` is the path to the directory that contains the
You can’t perform that action at this time.
0 commit comments