From 1eb900d0b64b08b91e8fc458310ba3ecea706c75 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Thu, 1 Dec 2022 13:59:00 +0100 Subject: [PATCH] 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: https://github.com/nix-rust/nix/pull/1792 Signed-off-by: Richard Leitner --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99cb1e40..50d2ce6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/README.md b/README.md index 0aa979e9..a678e5b4 100644 --- a/README.md +++ b/README.md @@ -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: