File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ name = "uuid"
3030readme = " README.md"
3131repository = " https://github.com/uuid-rs/uuid"
3232version = " 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 ]
3636rustc-args = [" --cfg" , " uuid_unstable" ]
You can’t perform that action at this time.
0 commit comments