From 8fe1c206d33db6477f044caad25bd67b6f8c80ac Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Wed, 24 Apr 2024 20:33:42 -0600 Subject: [PATCH] bump required rust version for use of newly introduced macros --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2af52e25..6753ee01 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.70" +rust-version = "1.77" [lib] crate-type = ["cdylib", "rlib"] -- 2.54.0