Skip to content

Commit

Permalink
Update MSRV from 1.71 to 1.76 (feb 2024)
Browse files Browse the repository at this point in the history
To support
- `async fn` and return-position `impl Trait` in traits (1.75)
- ptr::from_ref in latest cubeb release (1.76)
  • Loading branch information
orottier committed Nov 27, 2024
1 parent f2e83bf commit cce4480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust toolchain
# Aligned with `rust-version` in `Cargo.toml`
uses: dtolnay/rust-toolchain@1.71
uses: dtolnay/rust-toolchain@1.76

- name: Check out repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
"LICENSE",
"README.md",
]
rust-version = "1.71"
rust-version = "1.76"

[dependencies]
almost = "0.2.0"
Expand Down

0 comments on commit cce4480

Please sign in to comment.