Skip to content

Commit

Permalink
bump bytemuck_derive min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jan 20, 2023
1 parent 2bcc0ef commit 0e65f1e
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 @@ -30,7 +30,7 @@ nightly_portable_simd = []
nightly_stdsimd = []

[dependencies]
bytemuck_derive = { version = "1.2.1", path = "derive", optional = true }
bytemuck_derive = { version = "1.4", path = "derive", optional = true }

[package.metadata.docs.rs]
# Note(Lokathor): Don't use all-features or it would use `unsound_ptr_pod_impl` too.
Expand Down

0 comments on commit 0e65f1e

Please sign in to comment.