From: Skgland Date: Sun, 27 Aug 2023 18:05:12 +0000 (+0200) Subject: raise msrv for OnceLock support X-Git-Tag: remove~112^2~5 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=0f0018abe47e0761f18fd27e3b3ef72b47ebfc25;p=scryer-prolog.git raise msrv for OnceLock support --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2361dcec..09097512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/Cargo.toml b/Cargo.toml index d38c6355..16f51100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]