Skip to content

Commit

Permalink
Raise the MSRV to 1.56.1
Browse files Browse the repository at this point in the history
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 <richard.leitner@skidata.com>
  • Loading branch information
g0hl1n committed Dec 1, 2022
1 parent 8714c25 commit e6d9e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -56,7 +56,7 @@ jobs:
disable_tests: true
extra_packages: libudev-dev
target: x86_64-unknown-linux-gnu
toolchain: "1.46.0"
toolchain: "1.56.1"

# --------------------------------------------------------------------------
# BUILD
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -100,7 +100,7 @@ can help debug software or hardware errors.

# Dependencies

Rust versions 1.46.0 and higher are supported.
Rust versions 1.56.1 and higher are supported.

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

Expand Down

0 comments on commit e6d9e48

Please sign in to comment.