Skip to content

Commit

Permalink
Bump serdect dependency to v0.3 (#719)
Browse files Browse the repository at this point in the history
NOTE: this release includes breaking changes to the wire format.
See RustCrypto/formats#1631
  • Loading branch information
tarcieri authored Jan 6, 2025
1 parent b2b6f70 commit dc7beea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hybrid-array = { version = "0.2", optional = true }
num-traits = { version = "0.2.19", default-features = false }
rand_core = { version = "0.6.4", optional = true }
rlp = { version = "0.6", optional = true, default-features = false }
serdect = { version = "0.3.0-rc.0", optional = true, default-features = false }
serdect = { version = "0.3", optional = true, default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit dc7beea

Please sign in to comment.