From 905537032625d82445e86199e8e470f88fa68103 Mon Sep 17 00:00:00 2001 From: Skgland Date: Thu, 15 Sep 2022 19:27:49 +0200 Subject: [PATCH] adjust rust-version declaration --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93293e76..30076337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "BSD-3-Clause" keywords = ["prolog", "prolog-interpreter", "prolog-system"] categories = ["command-line-utilities"] build = "build/main.rs" -rust-version = "1.57" +rust-version = "1.61" [features] num = ["num-rug-adapter"] @@ -79,4 +79,4 @@ modular-bitfield = { git = "https://github.com/mthom/modular-bitfield" } num-rug-adapter = { git = "https://github.com/mthom/num-rug-adapter" } [profile.release] -debug = true \ No newline at end of file +debug = true -- 2.54.0