File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
48
48
profile : minimal
49
49
# MSRV below is documented in Cargo.toml and README.md, please update those if you
50
50
# change this.
51
- toolchain : 1.56.1
51
+ toolchain : 1.57.0
52
52
override : true
53
53
54
54
- 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
56
56
57
57
quickchecking :
58
58
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ version = "0.60.1"
18
18
edition = " 2018"
19
19
build = " build.rs"
20
20
# 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 "
22
22
23
23
include = [
24
24
" LICENSE" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extern "C" {
39
39
40
40
## MSRV
41
41
42
- The minimum supported Rust version is ** 1.56.1 ** .
42
+ The minimum supported Rust version is ** 1.57.0 ** .
43
43
44
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
45
You can’t perform that action at this time.
0 commit comments