Skip to content

Commit

Permalink
deps: update zerocopy due to previous release being yanked (#26)
Browse files Browse the repository at this point in the history
Update to the latest version not yanked so we can publish to crates.io.
  • Loading branch information
chris-oo authored Feb 1, 2024
1 parent ef0670b commit 242fa42
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 @@ -21,4 +21,4 @@ range_map_vec = "0.1.0"
static_assertions = "1.1"
thiserror = "1.0"
tracing = "0.1"
zerocopy = { version = "0.7.1", features = ["derive"] }
zerocopy = { version = "0.7.32", features = ["derive"] }

0 comments on commit 242fa42

Please sign in to comment.