From: Aleksy Grabowski Date: Thu, 18 Jul 2024 06:15:25 +0000 (+0200) Subject: Fix rustc warning X-Git-Tag: v0.10.0~113^2~7 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=7b09d447d6ed4533c773a0c492cbe5c7561794e8;p=scryer-prolog.git Fix rustc warning --- 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" = []