From 7b09d447d6ed4533c773a0c492cbe5c7561794e8 Mon Sep 17 00:00:00 2001 From: Aleksy Grabowski Date: Thu, 18 Jul 2024 08:15:25 +0200 Subject: [PATCH] Fix rustc warning --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ddb6f239..8807f58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ 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