File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ 0.2.16] - 2025-04-22
88### Added
9- - Backport cygwin support [ #654 ]
9+ - Cygwin support (backport of [ # 626 ] ) [ #654 ]
1010
11+ [ #626 ] : https://github.com/rust-random/getrandom/pull/626
1112[ #654 ] : https://github.com/rust-random/getrandom/pull/654
1213
1314## [ 0.2.15] - 2024-05-06
@@ -460,6 +461,7 @@ Publish initial implementation.
460461## [ 0.0.0] - 2019-01-19
461462Publish an empty template library.
462463
464+ [ 0.2.16 ] : https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16
463465[ 0.2.15 ] : https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15
464466[ 0.2.14 ] : https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14
465467[ 0.2.13 ] : https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.13
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.2.15 " # Also update html_root_url in lib.rs when bumping this
3+ version = " 0.2.16 " # Also update html_root_url in lib.rs when bumping this
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 204204#![ doc(
205205 html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
206206 html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
207- html_root_url = "https://docs.rs/getrandom/0.2.15 "
207+ html_root_url = "https://docs.rs/getrandom/0.2.16 "
208208) ]
209209#![ no_std]
210210#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments