From 2b1a81b246e6d270763684a040bcc118dadd28f9 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Fri, 21 Apr 2023 11:47:17 +0200 Subject: [PATCH] Remove not needed bincode crate --- problem_01/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/problem_01/Cargo.toml b/problem_01/Cargo.toml index ef3ce7b..bce7e84 100644 --- a/problem_01/Cargo.toml +++ b/problem_01/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -bincode = "1.3.3" env_logger = "0.9.0" log = "0.4.0" primes = "0.3.0"