Skip to content

Commit 6095838

Browse files
committed
Bump msrv to 1.56.1
1 parent ac7bf45 commit 6095838

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
profile: minimal
4949
# MSRV below is documented in README.md, please update that if you
5050
# change this.
51-
toolchain: 1.56.0
51+
toolchain: 1.56.1
5252
override: true
5353

5454
- name: Build with msrv
55-
run: rm Cargo.lock && cargo +1.56.0 build --lib
55+
run: rm Cargo.lock && cargo +1.56.1 build --lib
5656

5757
quickchecking:
5858
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939

4040
## MSRV
4141

42-
The minimum supported Rust version is **1.56**.
42+
The minimum supported Rust version is **1.56.1**.
4343

4444
No MSRV bump policy has been established yet, so MSRV may increase in any release.
4545

0 commit comments

Comments
 (0)