Skip to content

Commit

Permalink
Bump MSRV to 1.60.0 (#313)
Browse files Browse the repository at this point in the history
We depend indirectly on `regex-syntax v0.7.1`, which has MSRV 1.60.0.
  • Loading branch information
akonradi authored Jun 6, 2023
1 parent 16e5e9a commit a0b154d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update 1.59.0 && rustup default 1.59.0
run: rustup update 1.60.0 && rustup default 1.60.0
- name: Check
run: cargo check --all-features

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ repository = "https://github.com/tokio-rs/loom"
readme = "README.md"
keywords = ["atomic", "lock-free"]
categories = ["concurrency", "data-structures"]
rust-version = "1.60.0"

[features]
default = []
Expand Down

0 comments on commit a0b154d

Please sign in to comment.