Skip to content

Commit 37d2917

Browse files
Auto merge of #149356 - yotamofek:wip/rustdoc/stringdex-update, r=<try>
[PERF] update to specific stringdex rev
2 parents 99ca3fc + c0fdd5a commit 37d2917

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5357,8 +5357,7 @@ dependencies = [
53575357
[[package]]
53585358
name = "stringdex"
53595359
version = "0.0.3"
5360-
source = "registry+https://github.com/rust-lang/crates.io-index"
5361-
checksum = "556a6126952cb2f5150057c98a77cc6c771027dea2825bf7fa03d3d638b0a4f8"
5360+
source = "git+https://gitlab.com/yotamofek/stringdex?rev=0eb319844d15859b62065a2c0858431c86a55800#0eb319844d15859b62065a2c0858431c86a55800"
53625361
dependencies = [
53635362
"stacker",
53645363
]

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

src/tools/tidy/src/extdeps.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/yotamofek/stringdex?rev=0eb319844d15859b62065a2c0858431c86a55800#0eb319844d15859b62065a2c0858431c86a55800""#,
1416
];
1517

1618
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)