Skip to content

Commit 043522a

Browse files
committed
Latest commit
1 parent 51ae635 commit 043522a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5276,7 +5276,7 @@ dependencies = [
52765276
[[package]]
52775277
name = "stringdex"
52785278
version = "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"
52805280
dependencies = [
52815281
"stacker",
52825282
]

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 = { git = "https://gitlab.com/yotamofek/stringdex", rev = "a1812aefdb3dce2bb85d9ec52a6e53d8eefa3c4b" }
24+
stringdex = { git = "https://gitlab.com/notriddle/stringdex", rev = "a7724c157618b36be1b54054a0c0e5600c3cb9ae" }
2525
tempfile = "3"
2626
threadpool = "1.8.1"
2727
tikv-jemalloc-sys = { version = "0.6.1", optional = true, features = ['override_allocator_on_supported_platforms'] }

src/tools/tidy/src/extdeps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)