From dcf1d81bd5b5753612b7c8167b1ca61cb31d0c66 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Mon, 23 Dec 2024 11:35:39 +1000 Subject: [PATCH] bump msrv to 1.63.0 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efa3ddf2..2efe93f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,10 +85,10 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Install Rust toolchain - run: rustup update 1.60.0 + run: rustup update 1.63.0 - name: Version features - run: cargo +1.60.0 build --manifest-path tests/smoke-test/Cargo.toml + run: cargo +1.63.0 build --manifest-path tests/smoke-test/Cargo.toml examples: name: Tests / Examples diff --git a/Cargo.toml b/Cargo.toml index d0e29d94..04a8cc36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ name = "uuid" readme = "README.md" repository = "https://github.com/uuid-rs/uuid" version = "1.11.0" # remember to update html_root_url in lib.rs -rust-version = "1.60.0" +rust-version = "1.63.0" [package.metadata.docs.rs] rustc-args = ["--cfg", "uuid_unstable"]