We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc4044 commit ca78ae9Copy full SHA for ca78ae9
.github/workflows/bindgen.yml
@@ -48,11 +48,11 @@ jobs:
48
profile: minimal
49
# MSRV below is documented in README.md, please update that if you
50
# change this.
51
- toolchain: 1.46.0
+ toolchain: 1.54.0
52
override: true
53
54
- name: Build with msrv
55
- run: rm Cargo.lock && cargo +1.46.0 build --lib
+ run: rm Cargo.lock && cargo +1.54.0 build --lib
56
57
quickchecking:
58
runs-on: ubuntu-latest
README.md
@@ -39,7 +39,7 @@ extern "C" {
39
40
## MSRV
41
42
-The minimum supported Rust version is **1.46**.
+The minimum supported Rust version is **1.54**.
43
44
No MSRV bump policy has been established yet, so MSRV may increase in any release.
45
0 commit comments