Skip to content

Commit

Permalink
Update bytecheck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Dec 18, 2021
1 parent 67c76b2 commit ceb0ab1
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 @@ -14,7 +14,7 @@ readme = "crates-io.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecheck = { version = "0.6", optional = true, default-features = false }
bytecheck = { version = "~0.6.7", optional = true, default-features = false }

[features]
default = ["std"]
Expand Down

0 comments on commit ceb0ab1

Please sign in to comment.