about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-09-28 13:29:26 +0000
committerbors <bors@rust-lang.org>2025-09-28 13:29:26 +0000
commit8d72d3e1e96f58ca10059a6bb6e8aecba4a0e9cd (patch)
treebb665ab6214ec98280445c5b2d36e27a041dc71b /Cargo.lock
parenta00a5159cfac23e9b1551566cf71ff31edc1f11b (diff)
parent5bec161ce12501695356492129ea8fc952a30f85 (diff)
downloadrust-8d72d3e1e96f58ca10059a6bb6e8aecba4a0e9cd.tar.gz
rust-8d72d3e1e96f58ca10059a6bb6e8aecba4a0e9cd.zip
Auto merge of #147002 - notriddle:stringdex3, r=GuillaumeGomez
rustdoc-search: stringdex update with more packing

Before:

    18M  build/x86_64-unknown-linux-gnu/doc/search.index/
    57M  build/x86_64-unknown-linux-gnu/compiler-doc/search.index/

After:

    16M  build/x86_64-unknown-linux-gnu/doc/search.index/
    49M  build/x86_64-unknown-linux-gnu/compiler-doc/search.index/

CC rust-lang/rust#146063
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 715d580e051..2de9c84e3b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5241,9 +5241,9 @@ dependencies = [
 
 [[package]]
 name = "stringdex"
-version = "0.0.1-alpha9"
+version = "0.0.1-alpha10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7081029913fd7d591c0112182aba8c98ae886b4f12edb208130496cd17dc3c15"
+checksum = "0fa846a7d509d1828a4f90962dc09810e161abcada7fc6a921e92c168d0811d7"
 dependencies = [
  "stacker",
 ]