From 31c24a82efeb5bb5ad077151ef4cb80773bdc7bd Mon Sep 17 00:00:00 2001 From: Gadersd Date: Sun, 6 Aug 2023 19:55:00 -0400 Subject: [PATCH] Update Cargo.toml Remove unnecessary dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6960636..b0ae503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,4 @@ num-traits = "0.2.15" rust_tokenizers = "8.1.0" regex = "1.9.1" image = "0.24.6" -bincode = {version = "2.0.0-alpha.0", features = ["std"]} -cfg-if = "0.1" \ No newline at end of file +cfg-if = "0.1"