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