You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
ci: add MSRV job to verify minimum supported Rust version (1.65.0) (#114)
This commit is contained in:
@@ -67,6 +67,17 @@ jobs:
|
||||
incremental_files_only: false
|
||||
verbose: true
|
||||
|
||||
msrv:
|
||||
name: MSRV
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: dtolnay/rust-toolchain@1.65.0
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: mozilla-actions/sccache-action@v0.0.9
|
||||
- run: cargo fetch --locked
|
||||
- run: cargo test --all-features
|
||||
|
||||
test:
|
||||
name: Build/Test
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
|
||||
@@ -3,6 +3,7 @@ name = "platform-info"
|
||||
version = "2.1.0"
|
||||
authors = ["uutils developers"]
|
||||
edition = "2018"
|
||||
rust-version = "1.65.0"
|
||||
description = "A simple cross-platform interface to get info about a system"
|
||||
|
||||
homepage = "https://github.com/uutils/platform-info"
|
||||
|
||||
Reference in New Issue
Block a user