Skip to content

Commit e946368

Browse files
Auto merge of #145637 - notriddle:stringdex-tweak, r=<try>
rustdoc-search: adjust packing heuristics to save more space
2 parents d20509c + 01c946a commit e946368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5238,9 +5238,9 @@ dependencies = [
52385238

52395239
[[package]]
52405240
name = "stringdex"
5241-
version = "0.0.1-alpha4"
5241+
version = "0.0.1-alpha6"
52425242
source = "registry+https://github.com/rust-lang/crates.io-index"
5243-
checksum = "2841fd43df5b1ff1b042e167068a1fe9b163dc93041eae56ab2296859013a9a0"
5243+
checksum = "202353c896804b8818f38f099422384afa2c592bd4532253d245bad16e2bb5b0"
52445244
dependencies = [
52455245
"stacker",
52465246
]

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 = { version = "0.0.1-alpha4" }
24+
stringdex = { version = "0.0.1-alpha6" }
2525
tempfile = "3"
2626
threadpool = "1.8.1"
2727
tracing = "0.1"

0 commit comments

Comments
 (0)