Skip to content

Commit

Permalink
cargo: update MSRV to 1.76
Browse files Browse the repository at this point in the history
Required because of the "dep:" syntax in Cargo.toml file
  • Loading branch information
phip1611 committed Apr 28, 2024
1 parent 9205bbb commit 6b41cb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
rust:
- stable
- nightly
- 1.59.0 # MSRV
- 1.76.0 # MSRV
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
Expand All @@ -33,7 +33,7 @@ jobs:
rust:
- stable
- nightly
- 1.59.0 # MSRV
- 1.76.0 # MSRV
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exclude = [
"src/bin", # not supposed to be distributed+installable via cargo
"res"
]
rust-version = "1.71.0" # TODO real MSRV
rust-version = "1.76.0"

[features]
default = ["recording"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ fn select_strategy() -> StrategyKind {
```

## MSRV (Minimal Supported Rust Version)
1.59.0 stable

1.76 stable

0 comments on commit 6b41cb0

Please sign in to comment.