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
6
6
7
7
## [ 0.2.16] - 2025-04-22
8
8
### Added
9
- - Backport cygwin support [ #654 ]
9
+ - Cygwin support (backport of [ # 626 ] ) [ #654 ]
10
10
11
+ [ #626 ] : https://github.com/rust-random/getrandom/pull/626
11
12
[ #654 ] : https://github.com/rust-random/getrandom/pull/654
12
13
13
14
## [ 0.2.15] - 2024-05-06
@@ -460,6 +461,7 @@ Publish initial implementation.
460
461
## [ 0.0.0] - 2019-01-19
461
462
Publish an empty template library.
462
463
464
+ [ 0.2.16 ] : https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16
463
465
[ 0.2.15 ] : https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15
464
466
[ 0.2.14 ] : https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14
465
467
[ 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 1
1
[package ]
2
2
name = " 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
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 204
204
#![ doc(
205
205
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
206
206
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 "
208
208
) ]
209
209
#![ no_std]
210
210
#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments