:|
This commit is contained in:
parent
bc57cce965
commit
640c93339f
|
@ -5,5 +5,9 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bincode = "2.0.0-beta.0"
|
||||
|
||||
[dependencies.bincode]
|
||||
git = "https://github.com/bincode-org/bincode.git"
|
||||
default-features = false
|
||||
features = ["serde_no_std"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue