Skip to content

Commit

Permalink
raise msrv for OnceLock support
Browse files Browse the repository at this point in the history
  • Loading branch information
Skgland committed Aug 27, 2023
1 parent 5ddb9cc commit f6f0261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- { os: windows-latest, rust-version: stable, shell: 'msys2 {0}' }
- { os: macos-11, rust-version: stable, shell: bash }
- { os: ubuntu-20.04, rust-version: stable, shell: bash, extra: true }
- { os: ubuntu-20.04, rust-version: 1.65, shell: bash }
- { os: ubuntu-20.04, rust-version: 1.70, shell: bash }
- { os: ubuntu-20.04, rust-version: beta, shell: bash }
- { os: ubuntu-20.04, rust-version: nightly, shell: bash }
defaults:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit f6f0261

Please sign in to comment.