Skip to content

Commit 2153ab9

Browse files
authored
Update zerocopy to 0.7.14 for new license (tkaitchuck#177)
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
1 parent 20d87ea commit 2153ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ahash"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A non-cryptographic hash function using AES-NI for high performance"
@@ -80,7 +80,7 @@ serde = { version = "1.0.117", optional = true }
8080
cfg-if = "1.0"
8181
atomic-polyfill = { version="1.0.1", optional=true}
8282
getrandom = { version = "0.2.7", optional = true }
83-
zerocopy = { version = "0.7.0", default-features = false, features = ["simd"] }
83+
zerocopy = { version = "0.7.14", default-features = false, features = ["simd"] }
8484

8585
[target.'cfg(not(all(target_arch = "arm", target_os = "none")))'.dependencies]
8686
once_cell = { version = "1.13.1", default-features = false, features = ["unstable", "alloc"] }

0 commit comments

Comments
 (0)