From d577f3b2350f2fea2765612e8cd83e4d33d49efd Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Sun, 10 Sep 2023 13:58:13 +0200 Subject: [PATCH] rust: Update MSRV to 1.67 --- .github/workflows/push.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8fc04b22..ef1d65e6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -56,7 +56,7 @@ jobs: - ubuntu-latest - windows-latest rust: - - 1.66.0 # MSRV (also change in Cargo.toml) + - 1.67.0 # MSRV (also change in Cargo.toml) - stable - nightly steps: diff --git a/Cargo.toml b/Cargo.toml index 33c8f521..dc1f7015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "EUPL-1.2" edition = "2021" # MSRV (also change in CI) -rust-version = "1.66" +rust-version = "1.67" [dependencies] serde = { version = "1.0.120", features = ["rc"] }