Skip to content

Commit

Permalink
build: set minimal supported rust version to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jun 2, 2024
1 parent 6e4f3f6 commit 80ad968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.64
uses: dtolnay/rust-toolchain@1.66
- run: cargo check --tests --examples

miri-test:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Safely extend lifetimes"
# TODO: Apache 2.0
license = "MIT"
repository = "https://github.com/zetanumbers/scope-lock"
rust-version = "1.66"

[dependencies]
parking_lot = { version = "0.12.2", features = ["send_guard"] }

0 comments on commit 80ad968

Please sign in to comment.