Skip to content

Commit

Permalink
fix: bump msrv further (svartalf#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Apr 12, 2023
1 parent 26bea66 commit 79f1359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.54.0 # MSRV
- 1.56.0 # MSRV
target:
- i686-unknown-linux-gnu
- x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.54.0 # MSRV
- 1.56.0 # MSRV
target:
- x86_64-unknown-freebsd
- aarch64-unknown-linux-gnu
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["os"]
keywords = ["battery", "linux", "macos", "windows", "freebsd"]
license = "ISC"
build = "build.rs"
rust-version = "1.56"

[dependencies]
cfg-if = "1.0"
Expand All @@ -33,4 +34,4 @@ nix = { version = "~0.25", default-features = false, features = ["ioctl"] }

[dev-dependencies]
tempfile = "^3.0"
approx = "0.5.1"
approx = "0.5.1"

0 comments on commit 79f1359

Please sign in to comment.