Skip to content

Commit

Permalink
twox-hash is a dep of zerovec so it should be no_std (unicode-org#5007)
Browse files Browse the repository at this point in the history
Fixes size regression noted by @zbraniecki

(cherry picked from commit 9d7c332)
  • Loading branch information
sffc committed Jun 16, 2024
1 parent 8510660 commit a43c257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ serde = { version = "1.0.110", default-features = false }
serde-json-core = { version = "0.4.0", default-features = false }
smallvec = { version = "1.10.0", default-features = false }
stable_deref_trait = { version = "1.2.0", default-features = false }
twox-hash = { version = "1.4.2", default-features = false }
unicode-bidi = { version = "0.3.11", default-features = false }
utf16_iter = { version = "1.0.2", default-features = false }
utf8_iter = { version = "1.0.2", default-features = false }
Expand Down Expand Up @@ -287,7 +288,6 @@ simple_logger = "4.0.0"
syn = "2.0.21"
synstructure = "0.13.0"
toml = "0.5.8"
twox-hash = "1.4.2"
ureq = "2.3.0"
walkdir = "2.3.2"
wasmi = "0.31.2"
Expand Down

0 comments on commit a43c257

Please sign in to comment.