]> Repositorios git - scryer-prolog.git/commitdiff
bump required rust version for use of newly introduced macros
authorMark Thom <[email protected]>
Thu, 25 Apr 2024 02:33:42 +0000 (20:33 -0600)
committerMark Thom <[email protected]>
Thu, 25 Apr 2024 02:33:42 +0000 (20:33 -0600)
Cargo.toml

index 2af52e257c882b5837cb4c0ac827f036f5dcb3c3..6753ee013e26bec88e8b401cffbd722662795052 100644 (file)
@@ -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"]