Skip to content

Commit 1eb900d

Browse files
committed
Raise the MSRV to 1.56.1
This is needed as nix v0.26.0 raised its MSRV to 1.56.1. For more information please see the changelog: https://github.com/nix-rust/nix/blob/master/CHANGELOG.md#0260---2022-11-29 Or the corresponding PR: nix-rust/nix#1792 Signed-off-by: Richard Leitner <[email protected]>
1 parent c02ecb5 commit 1eb900d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
disable_tests: true
5757
extra_packages: libudev-dev
5858
target: x86_64-unknown-linux-gnu
59-
toolchain: "1.46.0"
59+
toolchain: "1.56.1"
6060

6161
# --------------------------------------------------------------------------
6262
# BUILD

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ can help debug software or hardware errors.
100100

101101
# Dependencies
102102

103-
Rust versions 1.46.0 and higher are supported.
103+
Rust versions 1.56.1 and higher are supported.
104104

105105
For GNU Linux `pkg-config` headers are required:
106106

0 commit comments

Comments
 (0)