Skip to content

Commit

Permalink
chore: switch to bytecheck v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 9, 2023
1 parent e3443ca commit e64d9e1
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 @@ -86,7 +86,7 @@ rand_distr = { version = "0.4", default-features = false, optional = true }
matrixmultiply = { version = "0.3", optional = true }
serde = { version = "1.0", default-features = false, features = [ "derive" ], optional = true }
rkyv = { version = "0.7", default-features = false, optional = true }
bytecheck = { version = "~0.6.1", optional = true }
bytecheck = { version = "0.7", optional = true }
mint = { version = "0.5", optional = true }
quickcheck = { version = "1", optional = true }
pest = { version = "2", optional = true }
Expand Down

0 comments on commit e64d9e1

Please sign in to comment.