Add cache step to test workflow

This commit is contained in:
infogulch
2023-04-01 18:11:35 -05:00
parent 7279062d3c
commit 8792ee438c
4 changed files with 67 additions and 68 deletions

View 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.61"
rust-version = "1.63"
[features]
default = ["rug"]
@@ -41,7 +41,7 @@ libc = "0.2.62"
modular-bitfield = "0.11.2"
ctrlc = "3.2.2"
ordered-float = "2.6.0"
phf = { version = "0.9", features = ["macros"] }
phf = { version = "0.9", features = ["macros"] }
ref_thread_local = "0.0.0"
rug = { version = "1.15.0", optional = true }
rustyline = "9.0.0"
@@ -49,7 +49,7 @@ ring = "0.16.13"
ripemd160 = "0.8.0"
sha3 = "0.8.2"
blake2 = "0.8.1"
crrl ="0.2.0"
crrl = "0.2.0"
native-tls = "0.2.4"
chrono = "0.4.11"
select = "0.4.3"