Skip to content

Commit 9a33348

Browse files
Copilotyouknowone
andcommitted
Initial plan
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent b411d36 commit 9a33348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license-file = "LICENSE"
77
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
88
documentation = "https://docs.rs/mt19937"
99
repository = "https://github.com/RustPython/mt19937"
10-
rust-version = "1.63"
10+
rust-version = "1.85"
1111

1212
[dependencies]
13-
rand_core = "0.9"
13+
rand_core = "0.10"

0 commit comments

Comments
 (0)