We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3cb0e commit f399ec9Copy full SHA for f399ec9
.github/workflows/bindgen.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions-rs/toolchain@v1
47
with:
48
profile: minimal
49
- # MSRV below is documented in README.md, please update that if you
+ # MSRV below is documented in Cargo.toml and README.md, please update those if you
50
# change this.
51
toolchain: 1.56.1
52
override: true
Cargo.toml
@@ -17,6 +17,8 @@ homepage = "https://rust-lang.github.io/rust-bindgen/"
17
version = "0.60.1"
18
edition = "2018"
19
build = "build.rs"
20
+# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
21
+rust-version = "1.56.1"
22
23
include = [
24
"LICENSE",
0 commit comments