Skip to content

Commit 7ce3022

Browse files
notriddlecuviper
authored andcommitted
rustdoc-search: stringdex 0.0.2
Two index format tweaks that reduce the size of the standard library, compiler, and wordnet dictionary when I test it. (cherry picked from commit fdeb363)
1 parent 716b84e commit 7ce3022

File tree

3 files changed

+314
-47
lines changed

3 files changed

+314
-47
lines changed

Cargo.lock

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

52175217
[[package]]
52185218
name = "stringdex"
5219-
version = "0.0.1-alpha10"
5219+
version = "0.0.2"
52205220
source = "registry+https://github.com/rust-lang/crates.io-index"
5221-
checksum = "0fa846a7d509d1828a4f90962dc09810e161abcada7fc6a921e92c168d0811d7"
5221+
checksum = "18b3bd4f10d15ef859c40291769f0d85209de6b0f1c30713ff9cdf45ac43ea36"
52225222
dependencies = [
52235223
"stacker",
52245224
]

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-alpha10" }
24+
stringdex = "=0.0.2"
2525
tempfile = "3"
2626
threadpool = "1.8.1"
2727
tracing = "0.1"

0 commit comments

Comments
 (0)