Skip to content

Commit cce4480

Browse files
committed
Update MSRV from 1.71 to 1.76 (feb 2024)
To support - `async fn` and return-position `impl Trait` in traits (1.75) - ptr::from_ref in latest cubeb release (1.76)
1 parent f2e83bf commit cce4480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/msrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install Rust toolchain
2727
# Aligned with `rust-version` in `Cargo.toml`
28-
uses: dtolnay/rust-toolchain@1.71
28+
uses: dtolnay/rust-toolchain@1.76
2929

3030
- name: Check out repository
3131
uses: actions/checkout@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
"LICENSE",
1616
"README.md",
1717
]
18-
rust-version = "1.71"
18+
rust-version = "1.76"
1919

2020
[dependencies]
2121
almost = "0.2.0"

0 commit comments

Comments
 (0)