We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac379da commit 2bb3959Copy full SHA for 2bb3959
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.3.1] - 2025-01-28
8
+
9
+### Fixed
10
+- Build error on Android [#588]
11
12
+[#588]: https://github.com/rust-random/getrandom/pull/588
13
14
## [0.3.0] - 2025-01-25
15
16
### Breaking Changes
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getrandom"
3
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
rust-version = "1.63" # Sync tests.yml and README.md.
authors = ["The Rand Project Developers"]
0 commit comments