File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5276,7 +5276,7 @@ dependencies = [
52765276[[package ]]
52775277name = " stringdex"
52785278version = " 0.0.2"
5279- source = " git+https://gitlab.com/yotamofek /stringdex?rev=a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b#a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b "
5279+ source = " git+https://gitlab.com/notriddle /stringdex?rev=a7724c157618b36be1b54054a0c0e5600c3cb9ae#a7724c157618b36be1b54054a0c0e5600c3cb9ae "
52805280dependencies = [
52815281 " stacker" ,
52825282]
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/yotamofek /stringdex" , rev = " a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b " }
24+ stringdex = { git = " https://gitlab.com/notriddle /stringdex" , rev = " a7724c157618b36be1b54054a0c0e5600c3cb9ae " }
2525tempfile = " 3"
2626threadpool = " 1.8.1"
2727tikv-jemalloc-sys = { version = " 0.6.1" , optional = true , features = [' override_allocator_on_supported_platforms' ] }
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/yotamofek /stringdex?rev=a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b#a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b ""# ,
15+ r#""git+https://gitlab.com/notriddle /stringdex?rev=a7724c157618b36be1b54054a0c0e5600c3cb9ae#a7724c157618b36be1b54054a0c0e5600c3cb9ae ""# ,
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