From 08aed04dd2aeed354d1f407158e3359437e8071a Mon Sep 17 00:00:00 2001 From: Aleksy Grabowski Date: Fri, 6 Sep 2024 10:25:45 +0200 Subject: [PATCH] Revert "Fix rustc warning" This reverts commit 7b09d447d6ed4533c773a0c492cbe5c7561794e8. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8807f58f..ddb6f239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ repl = ["dep:crossterm", "dep:ctrlc", "dep:rustyline"] hostname = ["dep:hostname"] tls = ["dep:native-tls"] http = ["dep:warp", "dep:reqwest"] -num = [] crypto-full = [] "rust-version-1.80" = [] -- 2.54.0