Skip to content

Commit

Permalink
bump msrv to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Dec 23, 2024
1 parent 5edf763 commit dcf1d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit dcf1d81

Please sign in to comment.