From 640c93339f24c0baf84ec33eaf5697664145e974 Mon Sep 17 00:00:00 2001 From: Able Date: Wed, 19 Jan 2022 12:49:39 -0600 Subject: [PATCH] :| --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"] +