Skip to content

Commit 8978eda

Browse files
committed
Merge branch 'main' of github.com:awesomized/crc-fast-rust
2 parents 8c3a393 + f5b8061 commit 8978eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
2222
bench = true
2323

2424
[dependencies]
25-
crc = "3"
25+
crc = "3.2"
2626

2727
# We use digest with default-features = false and features = ["alloc"] to enable heap allocation support in no_std environments.
2828
# This configuration is safe because the alloc feature in digest does not depend on its default features as of digest v0.10.

0 commit comments

Comments
 (0)