]> Repositorios git - scryer-prolog.git/commitdiff
adjust rust-version declaration
authorSkgland <[email protected]>
Thu, 15 Sep 2022 17:27:49 +0000 (19:27 +0200)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
Cargo.toml

index 93293e76fd9beb7839f91eed4186aae8fd948f43..30076337074a2972281ae8b0fd377584245e19e2 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.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