build: Bump minimum Rust version to 1.60

Some dependencies (e.g. pnet 0.30.0) require it.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-05-24 14:32:18 +01:00
parent a14ebbb758
commit ffd1411e7c
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- stable
- beta
- nightly
- 1.56
- "1.60"
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl

View File

@@ -26,13 +26,13 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
toolchain: 1.58
toolchain: "1.60"
command: build
args: --all --release --target=x86_64-unknown-linux-gnu
- name: Static Build
uses: actions-rs/cargo@v1
with:
toolchain: 1.58
toolchain: "1.60"
command: build
args: --all --release --target=x86_64-unknown-linux-musl
- name: Strip cloud-hypervisor binaries