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 @@ -5357,9 +5357,10 @@ dependencies = [
53575357[[package ]]
53585358name = " stringdex"
53595359version = " 0.0.3"
5360- source = " git+https://gitlab.com/notriddle/stringdex?rev=da567cccaf39def6a2e59a6e5b052536bbb383b9#da567cccaf39def6a2e59a6e5b052536bbb383b9 "
5360+ source = " git+https://gitlab.com/notriddle/stringdex?rev=349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1#349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1 "
53615361dependencies = [
53625362 " stacker" ,
5363+ " thin-vec" ,
53635364]
53645365
53655366[[package ]]
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 = { git = " https://gitlab.com/notriddle/stringdex" , rev = " da567cccaf39def6a2e59a6e5b052536bbb383b9 " }
24+ stringdex = { git = " https://gitlab.com/notriddle/stringdex" , rev = " 349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1 " }
2525tempfile = " 3"
2626threadpool = " 1.8.1"
2727tracing = " 0.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const ALLOWED_SOURCES: &[&str] = &[
1212 // This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1313 r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""# ,
1414 // TMP
15- r#""git+https://gitlab.com/notriddle/stringdex?rev=da567cccaf39def6a2e59a6e5b052536bbb383b9#da567cccaf39def6a2e59a6e5b052536bbb383b9 ""# ,
15+ r#""git+https://gitlab.com/notriddle/stringdex?rev=349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1#349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1 ""# ,
1616] ;
1717
1818/// 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