]> Repositorios git - scryer-prolog.git/commitdiff
raise msrv for OnceLock support
authorSkgland <[email protected]>
Sun, 27 Aug 2023 18:05:12 +0000 (20:05 +0200)
committerBennet Bleßmann <[email protected]>
Tue, 5 Sep 2023 17:12:23 +0000 (19:12 +0200)
.github/workflows/ci.yml
Cargo.toml

index 2361dcec7aaf42d986ace3d149602adad94b5632..09097512ea235b9ec02ff2e63a28e1621bc38b93 100644 (file)
@@ -20,7 +20,7 @@ jobs:
           - { os: macos-11,       rust-version: stable,  shell: bash, target: 'x86_64-apple-darwin' }
           - { os: ubuntu-20.04,   rust-version: stable,  shell: bash, extra: true, target: 'x86_64-unknown-linux-gnu' }
           - { os: ubuntu-20.04,   rust-version: stable,  shell: bash, target: 'i686-unknown-linux-gnu' }
-          - { os: ubuntu-20.04,   rust-version: 1.65,    shell: bash, target: 'x86_64-unknown-linux-gnu'}
+          - { os: ubuntu-20.04,   rust-version: "1.70",    shell: bash, target: 'x86_64-unknown-linux-gnu'}
           - { os: ubuntu-20.04,   rust-version: beta,    shell: bash, target: 'x86_64-unknown-linux-gnu'}
           - { os: ubuntu-20.04,   rust-version: nightly, shell: bash, target: 'x86_64-unknown-linux-gnu'}
     defaults:
index d38c6355d7a35d2e21c580379198e9b17e977cf5..16f51100f4bd90cd59db8bac60cc07f2de00318e 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.63"
+rust-version = "1.70"
 
 [features]
 default = ["ffi", "repl", "hostname", "tls", "http"]