From: Mark Thom Date: Thu, 25 Apr 2024 02:33:42 +0000 (-0600) Subject: bump required rust version for use of newly introduced macros X-Git-Tag: v0.10.0~135^2~3 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=8fe1c206d33db6477f044caad25bd67b6f8c80ac;p=scryer-prolog.git bump required rust version for use of newly introduced macros --- 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"]