Skip to content

Commit

Permalink
Upgrade zerocopy to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf authored Oct 4, 2024
1 parent 7d5c661 commit 080558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ serde = { version = "1.0.117", optional = true }
cfg-if = "1.0"
portable-atomic = { version = "1.0.0", optional = true }
getrandom = { version = "0.2.7", optional = true }
zerocopy = { version = "0.7.31", default-features = false, features = ["simd"] }
zerocopy = { version = "0.8.1", default-features = false, features = ["simd"] }

[target.'cfg(not(all(target_arch = "arm", target_os = "none")))'.dependencies]
once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 080558b

Please sign in to comment.