Skip to content

Commit

Permalink
chore: specify version for crc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed Mar 25, 2024
1 parent 84b9285 commit 851bcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels-serdes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ crc = ["dep:crc", "alloc"]
bincode = { version = "1.3", optional = true }
borsh = { version = "1.3", optional = true }
ciborium = { version = "0.2", optional = true }
crc = { version = "*", optional = true }
crc = { version = "3.0", optional = true }
serde = { version = "1.0", default_features = false, optional = true }

[dependencies.serde_json]
Expand Down

0 comments on commit 851bcc4

Please sign in to comment.