mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-01-31 19:52:59 +00:00
Bump MSRV to 1.57.0
This commit is contained in:
parent
ae1ce7d128
commit
87e2e91356
4
.github/workflows/bindgen.yml
vendored
4
.github/workflows/bindgen.yml
vendored
@ -48,11 +48,11 @@ jobs:
|
||||
profile: minimal
|
||||
# MSRV below is documented in Cargo.toml and README.md, please update those if you
|
||||
# change this.
|
||||
toolchain: 1.56.1
|
||||
toolchain: 1.57.0
|
||||
override: true
|
||||
|
||||
- name: Build with msrv
|
||||
run: rm Cargo.lock && cargo +1.56.1 build --lib
|
||||
run: rm Cargo.lock && cargo +1.57.0 build --lib
|
||||
|
||||
quickchecking:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -18,7 +18,7 @@ version = "0.60.1"
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
# If you change this, also update README.md and msrv in .github/workflows/bindgen.yml
|
||||
rust-version = "1.56.1"
|
||||
rust-version = "1.57.0"
|
||||
|
||||
include = [
|
||||
"LICENSE",
|
||||
|
Loading…
x
Reference in New Issue
Block a user