This commit is contained in:
Able 2022-01-19 12:49:39 -06:00
parent bc57cce965
commit 640c93339f

View file

@ -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"]