Skip to content

Commit f464759

Browse files
committed
Auto merge of #147660 - notriddle:stringdex-002, r=GuillaumeGomez
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. CC #146048 FF Profiler output: https://share.firefox.dev/4onH5xP Preview: https://notriddle.com/rustdoc-html-demo-12/stringdex-002/std/index.html
2 parents a41214f + fdeb363 commit f464759

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
@@ -5263,9 +5263,9 @@ dependencies = [
52635263

52645264
[[package]]
52655265
name = "stringdex"
5266-
version = "0.0.1-alpha10"
5266+
version = "0.0.2"
52675267
source = "registry+https://github.com/rust-lang/crates.io-index"
5268-
checksum = "0fa846a7d509d1828a4f90962dc09810e161abcada7fc6a921e92c168d0811d7"
5268+
checksum = "18b3bd4f10d15ef859c40291769f0d85209de6b0f1c30713ff9cdf45ac43ea36"
52695269
dependencies = [
52705270
"stacker",
52715271
]

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)