From e9cd6147ad8cf983b7b46d2deb202245ad8321b9 Mon Sep 17 00:00:00 2001 From: Joe Richey Date: Tue, 14 Oct 2025 10:37:01 -0700 Subject: [PATCH] Update version number to v0.3.4 Forgot this because I'm out of practice. Signed-off-by: Joe Richey --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a53965a5..71f9c7ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -631,7 +631,7 @@ Publish initial implementation. ## [0.0.0] - 2019-01-19 Publish an empty template library. -[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...HEAD +[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/rust-random/getrandom/compare/v0.3.0...v0.3.1 diff --git a/Cargo.lock b/Cargo.lock index 714a65fcc..671aa98f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "getrandom" -version = "0.3.3" +version = "0.3.4" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 9d913005e..933b9d9cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "getrandom" -version = "0.3.3" +version = "0.3.4" edition = "2021" rust-version = "1.63" # Sync tests.yml and README.md. authors = ["The Rand Project Developers"]