Skip to content

Commit 87e2e91

Browse files
kulpemilio
authored andcommitted
Bump MSRV to 1.57.0
1 parent ae1ce7d commit 87e2e91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 Cargo.toml and README.md, please update those if you
5050
# change this.
51-
toolchain: 1.56.1
51+
toolchain: 1.57.0
5252
override: true
5353

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

5757
quickchecking:
5858
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version = "0.60.1"
1818
edition = "2018"
1919
build = "build.rs"
2020
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
21-
rust-version = "1.56.1"
21+
rust-version = "1.57.0"
2222

2323
include = [
2424
"LICENSE",

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.1**.
42+
The minimum supported Rust version is **1.57.0**.
4343

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

0 commit comments

Comments
 (0)