File tree Expand file tree Collapse file tree
tests/wasm32-getrandom-test 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.85 .0
9292
9393 - name : Version features
94- run : cargo +1.63 .0 build --manifest-path tests/smoke-test/Cargo.toml
94+ run : cargo +1.85 .0 build --manifest-path tests/smoke-test/Cargo.toml
9595
9696 examples :
9797 name : Tests / Examples
@@ -186,18 +186,18 @@ jobs:
186186 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
187187
188188 - name : Install Rust Toolchain
189- run : rustup update nightly
189+ run : rustup update nightly-2026-02-11
190190
191191 - name : Install Miri
192192 run : |
193- rustup toolchain install nightly --component miri
194- cargo +nightly miri setup
193+ rustup toolchain install nightly-2026-02-11 --component miri
194+ cargo +nightly-2026-02-11 miri setup
195195
196196 - name : Default features
197- run : cargo +nightly miri test --lib --all-features
197+ run : cargo +nightly-2026-02-11 miri test --lib --all-features
198198
199199 - name : BE
200- run : cargo +nightly miri test --target s390x-unknown-linux-gnu --lib --all-features
200+ run : cargo +nightly-2026-02-11 miri test --target s390x-unknown-linux-gnu --lib --all-features
201201
202202 clippy :
203203 name : Build / Clippy
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.85 .0"
3434
3535[package .metadata .docs .rs ]
3636rustc-args = [" --cfg" , " uuid_unstable" ]
@@ -134,7 +134,7 @@ default-features = false
134134# Private
135135# (Formally public)
136136[target .'cfg(not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"))))' .dependencies .getrandom ]
137- version = " 0.3 "
137+ version = " 0.4 "
138138optional = true
139139
140140[target .'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))' .dependencies .uuid-rng-internal-lib ]
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ license = "Apache-2.0 OR MIT"
1818
1919# Forces a dependency on `getrandom`
2020[dependencies .getrandom ]
21- version = " 0.3 "
21+ version = " 0.4 "
2222optional = true
2323
2424[dependencies .rand ]
25- version = " 0.9 "
25+ version = " 0.10 "
2626optional = true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ path = "../../"
1111features = [" v4" , " rng-getrandom" ]
1212
1313[dependencies .getrandom ]
14- version = " 0.3 "
14+ version = " 0.4 "
1515features = [" wasm_js" ]
1616
1717[dependencies .wasm-bindgen ]
You can’t perform that action at this time.
0 commit comments