Skip to content

Commit 31e9b58

Browse files
committed
Prepare v0.4.0-rc.0
1 parent af7fec1 commit 31e9b58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.3.4"
3+
version = "0.4.0-rc.0"
44
edition = "2024"
55
rust-version = "1.85" # Sync tests.yml and README.md.
66
authors = ["The Rand Project Developers"]
@@ -31,7 +31,7 @@ sys_rng = ["dep:rand_core"]
3131

3232
[dependencies]
3333
cfg-if = "1"
34-
rand_core = { version = "0.10.0-rc-2", optional = true }
34+
rand_core = { version = "0.10.0-rc-3", optional = true }
3535

3636
# getrandom / linux_android_with_fallback
3737
[target.'cfg(all(any(target_os = "linux", target_os = "android"), not(any(all(target_os = "linux", target_env = ""), getrandom_backend = "custom", getrandom_backend = "linux_raw", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))'.dependencies]

0 commit comments

Comments
 (0)