]> Repositorios git - scryer-prolog.git/commitdiff
add min rust version
authorSkgland <[email protected]>
Sat, 12 Mar 2022 17:57:33 +0000 (18:57 +0100)
committerSkgland <[email protected]>
Sat, 12 Mar 2022 18:23:33 +0000 (19:23 +0100)
was proposed in https://github.com/mthom/scryer-prolog/issues/1335#issuecomment-1062039516 and got positive feedback

(cherry picked from commit fcfa3beaa32f23f6c08fcc7d4f3755b10bc62431)

Cargo.toml

index 193d6ce6dff81635de2715d45f5c1ff3ca69b260..b9d8466df5134b02b760a7446ae57470683a1f39 100644 (file)
@@ -10,6 +10,7 @@ license = "BSD-3-Clause"
 keywords = ["prolog", "prolog-interpreter", "prolog-system"]
 categories = ["command-line-utilities"]
 build = "build.rs"
+rust-version = "1.57"
 
 [workspace]
 members = ["crates/num-rug-adapter",
@@ -72,4 +73,4 @@ predicates-core = "1.0.2"
 serial_test = "0.5.1"
 
 [profile.release]
-debug = true
\ No newline at end of file
+debug = true