Skip to content

Commit

Permalink
Updated MSRV to 1.54, sysinfo to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonozias committed Jan 24, 2022
1 parent 59b83bd commit 9b2c3a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rust: "1.52.0"
rust: "1.54.0"
- os: ubuntu-latest
rust: stable
- os: ubuntu-latest
Expand Down Expand Up @@ -68,13 +68,13 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rust: "1.52.0"
rust: "1.54.0"
target: i686-unknown-linux-gnu
- os: ubuntu-latest
rust: stable
target: i686-unknown-linux-gnu
- os: ubuntu-latest
rust: "1.52.0"
rust: "1.54.0"
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
rust: stable
Expand Down Expand Up @@ -148,13 +148,13 @@ jobs:
matrix:
include:
- os: macos-latest
rust: "1.52.0"
rust: "1.54.0"
target: x86_64-apple-darwin
- os: macos-latest
rust: stable
target: x86_64-apple-darwin
- os: macos-latest
rust: "1.52.0"
rust: "1.54.0"
target: x86_64-apple-ios
- os: macos-latest
rust: stable
Expand Down Expand Up @@ -214,13 +214,13 @@ jobs:
matrix:
include:
- os: windows-latest
rust: 1.52.0-msvc
rust: 1.54.0-msvc
target: i686-pc-windows-msvc
- os: windows-latest
rust: stable-msvc
target: i686-pc-windows-msvc
- os: windows-latest
rust: 1.52.0-msvc
rust: 1.54.0-msvc
target: x86_64-pc-windows-msvc
- os: windows-latest
rust: stable-msvc
Expand All @@ -238,13 +238,13 @@ jobs:
rust: nightly-msvc
target: x86_64-pc-windows-msvc
- os: windows-latest
rust: 1.52.0-gnu
rust: 1.54.0-gnu
target: i686-pc-windows-gnu
- os: windows-latest
rust: stable-gnu
target: i686-pc-windows-gnu
- os: windows-latest
rust: 1.52.0-gnu
rust: 1.54.0-gnu
target: x86_64-pc-windows-gnu
- os: windows-latest
rust: stable-gnu
Expand Down Expand Up @@ -295,4 +295,4 @@ jobs:
use-tool-cache: true
continue-on-error: true
- name: 🧪 Test 🧪
run: cargo test-all-features
run: cargo test-all-features
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "6.0.0"

[package.metadata.cargo-all-features]
denylist = ["chrono","git2","rustc_version","sysinfo"]

[features]
default = ["build", "cargo", "git", "rustc", "si"]
build = ["chrono"]
Expand All @@ -28,7 +31,7 @@ enum-iterator = "0"
getset = "0"
git2 = { version = "0", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "=0.19", optional = true, default-features = false }
sysinfo = { version = "=0.23", optional = true, default-features = false }
thiserror = "1"

[build-dependencies]
Expand All @@ -40,5 +43,3 @@ lazy_static = "1"
regex = "1"
serial_test = "0"

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

0 comments on commit 9b2c3a5

Please sign in to comment.