From e2e34d3d993863b4dd3f96bb35248ece7baf8948 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 31 Jul 2024 16:15:57 +0200 Subject: [PATCH] Upgrade minimum Rust version to 1.70. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b88e54f..6f7da29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - rust: [1.67.0, stable, beta, nightly] + rust: [1.70.0, stable, beta, nightly] steps: - name: Checkout repository uses: actions/checkout@v1 diff --git a/Cargo.toml b/Cargo.toml index ef1c17d..02be60e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rpki" version = "0.18.4" edition = "2021" -rust-version = "1.67" +rust-version = "1.70" authors = ["NLnet Labs "] description = "A library for validating and creating RPKI data." documentation = "https://docs.rs/rpki/"