Skip to content

Commit

Permalink
chore(deps): bump serde_derive and bytemuck versions
Browse files Browse the repository at this point in the history
This ensures that this version can be built with the specified minimal versions
  • Loading branch information
joshka committed Mar 31, 2024
1 parent 393be7b commit 86593d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -27,12 +27,12 @@ compiler_builtins = { version = "0.1.2", optional = true }
[dev-dependencies]
trybuild = "1.0.18"
rustversion = "1.0"
serde_derive = "1.0"
serde_derive = "1.0.103"
serde_json = "1.0"
serde_test = "1.0.19"
zerocopy = { version = "0.7", features = ["derive"] }
arbitrary = { version = "1.0", features = ["derive"] }
bytemuck = { version = "1.0", features = ["derive"] }
bytemuck = { version = "1.12.2", features = ["derive"] }

[features]
std = []
Expand Down

0 comments on commit 86593d0

Please sign in to comment.