Skip to content

Commit b9a3157

Browse files
committed
bump msrv to 1.81.0
1 parent 2a0a7a3 commit b9a3157

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
8989

9090
- name: Install Rust toolchain
91-
run: rustup update 1.63.0
91+
run: rustup update 1.81.0
9292

9393
- name: Version features
94-
run: cargo +1.63.0 build --manifest-path tests/smoke-test/Cargo.toml
94+
run: cargo +1.81.0 build --manifest-path tests/smoke-test/Cargo.toml
9595

9696
examples:
9797
name: Tests / Examples

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ name = "uuid"
3030
readme = "README.md"
3131
repository = "https://github.com/uuid-rs/uuid"
3232
version = "1.20.0" # remember to update html_root_url in lib.rs
33-
rust-version = "1.63.0"
33+
rust-version = "1.81.0"
3434

3535
[package.metadata.docs.rs]
3636
rustc-args = ["--cfg", "uuid_unstable"]

0 commit comments

Comments
 (0)