diff --git a/Cargo.toml b/Cargo.toml index d043d54..ded4337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file + +[dependencies.bincode] +git = "https://github.com/bincode-org/bincode.git" +default-features = false +features = ["serde_no_std"] +