diff options
| author | mat <github@matdoes.dev> | 2023-03-22 23:18:55 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-22 23:18:55 -0500 |
| commit | c3b63ad129abf956f2171b66980fc94d728fa08b (patch) | |
| tree | 3e987a404b7b808d774eee7bbc7c8eb89b84fa11 /Cargo.lock | |
| parent | 350bbac2828ebd5b2a5abac5c54014d271e8603a (diff) | |
| download | azalea-drasl-c3b63ad129abf956f2171b66980fc94d728fa08b.tar.xz | |
binary search map
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -40,19 +40,6 @@ dependencies = [ ] [[package]] -name = "ahash" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" -dependencies = [ - "cfg-if", - "getrandom", - "once_cell", - "serde", - "version_check", -] - -[[package]] name = "aho-corasick" version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -349,7 +336,6 @@ dependencies = [ name = "azalea-nbt" version = "0.6.0" dependencies = [ - "ahash 0.8.3", "azalea-buf", "byteorder", "compact_str", @@ -656,7 +642,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04d90ce493910ad9af3b4220ea6864c7d1472761086a98230ecac59c8d547e95" dependencies = [ - "ahash 0.7.6", + "ahash", "bevy_utils_proc_macros", "getrandom", "hashbrown", @@ -1329,7 +1315,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.6", + "ahash", "serde", ] |
