Skip to content

Commit

Permalink
Bump msrv to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
skogseth committed Feb 12, 2024
1 parent 8b70011 commit c7a4cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.65"]
name: stable / ${{ matrix.msrv }}
msrv: ["1.70"]
name: ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hzrd"
version = "0.0.5"
edition = "2021"
authors = ["Herman Skogseth"]
rust-version = "1.65"
rust-version = "1.70"
description = "Shared mutability containers based on hazard pointers"
repository = "https://github.com/skogseth/hzrd/"
license = "MIT"
Expand Down

0 comments on commit c7a4cd6

Please sign in to comment.