Skip to content

Commit f5b8061

Browse files
committed
Fix the crc dependency minimum
1 parent 30e84d7 commit f5b8061

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)