Bump MSRV and update flake.lock

This commit is contained in:
bakaq
2025-04-22 17:10:29 -03:00
parent 78fec46517
commit 638a765937
3 changed files with 12 additions and 11 deletions

View File

@@ -10,7 +10,8 @@ license = "BSD-3-Clause"
keywords = ["prolog", "prolog-interpreter", "prolog-system"]
categories = ["command-line-utilities"]
build = "build/main.rs"
rust-version = "1.77"
# Remember to check CI
rust-version = "1.85"
[lib]
crate-type = ["cdylib", "rlib"]