Skip to content

Commit 49e2c08

Browse files
committed
tmp
1 parent 60b2ecf commit 49e2c08

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5357,9 +5357,10 @@ dependencies = [
53575357
[[package]]
53585358
name = "stringdex"
53595359
version = "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"
53615361
dependencies = [
53625362
"stacker",
5363+
"thin-vec",
53635364
]
53645365

53655366
[[package]]

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/notriddle/stringdex", rev = "da567cccaf39def6a2e59a6e5b052536bbb383b9" }
24+
stringdex = { git = "https://gitlab.com/notriddle/stringdex", rev = "349c7cee0fb7cbb4710ec03c96e0f9593c92d0e1" }
2525
tempfile = "3"
2626
threadpool = "1.8.1"
2727
tracing = "0.1"

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/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

0 commit comments

Comments
 (0)