From: Aleksy Grabowski Date: Fri, 6 Sep 2024 08:25:45 +0000 (+0200) Subject: Revert "Fix rustc warning" X-Git-Tag: v0.10.0~113^2~2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=08aed04dd2aeed354d1f407158e3359437e8071a;p=scryer-prolog.git Revert "Fix rustc warning" This reverts commit 7b09d447d6ed4533c773a0c492cbe5c7561794e8. --- 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" = []