File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 0.9.2 ] - 2025-02-22
8
8
### API changes
9
9
- Relax ` Sized ` bound on impls of ` TryRngCore ` , ` TryCryptoRng ` and ` UnwrapMut ` (#1593 )
10
10
- Add ` UnwrapMut::re ` to reborrow the inner rng with a tighter lifetime (#1595 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_core"
3
- version = " 0.9.1 "
3
+ version = " 0.9.2 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments