Skip to content

Commit

Permalink
bump bytemuck_derive dependency to >= 1.4.1
Browse files Browse the repository at this point in the history
Derived traits on structs with generic parameters is broken in bytemuck_derive 1.4.0 (#168), which can cause builds to fail in confusing ways.

Fixes #300.
  • Loading branch information
eric-seppanen authored Feb 8, 2025
1 parent 9ec593d commit 26ff030
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 @@ -93,7 +93,7 @@ nightly_float = []
nightly_docs = []

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

[lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(target_arch, values("spirv"))'] }
Expand Down

0 comments on commit 26ff030

Please sign in to comment.