Skip to content

Commit

Permalink
build: Bump version of zerocopy dependency
Browse files Browse the repository at this point in the history
This new version also requires the use of additional feature to access
the #[derive(AsBytes)] macro

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
  • Loading branch information
rbradford committed Sep 25, 2023
1 parent 1029d22 commit 1a733bf
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 @@ -10,4 +10,4 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
zerocopy = "0.6.1"
zerocopy = { version = "0.7.1", features = ["derive"] }

0 comments on commit 1a733bf

Please sign in to comment.