From 25ac41589c8b467ac57d08074bfbd103daf37368 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Wed, 11 Dec 2024 09:56:07 -0500 Subject: [PATCH] Fix MSRV --- .github/workflows/integration.yml | 3 +++ aws-lc-rs-testing/Cargo.toml | 2 +- links-testing/Cargo.toml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 08efed94248..33d426c27f3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -203,6 +203,9 @@ jobs: with: toolchain: 1.63.0 # TODO: dynamically identify MSRV + - name: Update dependencies + run: cargo update + - name: Verify msrv working-directory: ./aws-lc-rs run: cargo +1.63.0 check --features bindgen diff --git a/aws-lc-rs-testing/Cargo.toml b/aws-lc-rs-testing/Cargo.toml index bcaa75c725e..4b4abb815c8 100644 --- a/aws-lc-rs-testing/Cargo.toml +++ b/aws-lc-rs-testing/Cargo.toml @@ -3,7 +3,7 @@ name = "aws-lc-rs-testing" authors = ["AWS-LibCrypto"] version = "0.1.0" edition = "2021" -rust-version = "1.60" +rust-version = "1.63" publish = false [features] diff --git a/links-testing/Cargo.toml b/links-testing/Cargo.toml index 5d9af675194..bd65212289b 100644 --- a/links-testing/Cargo.toml +++ b/links-testing/Cargo.toml @@ -2,6 +2,7 @@ name = "links-testing" version = "0.1.0" edition = "2021" +rust-version = "1.63.0" publish = false [features]