WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all-features = true
[dependencies]
base64 = { version = "0.22", optional = true }
# Optional bincode v2 for bincode feature
bincode = { package = "bincode", version = "2.0.1", optional = true }
bincode = { package = "bincode", version = "3.0.0", optional = true }
# Optional bincode v1 for bincode_serde feature
bincode_v1 = { package = "bincode", version = "1", optional = true }
bitcode = { version = "0.6.6", optional = true }
Expand Down
Loading