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/"