We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b411d36 commit 9a33348Copy full SHA for 9a33348
Cargo.toml
@@ -7,7 +7,7 @@ license-file = "LICENSE"
7
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
8
documentation = "https://docs.rs/mt19937"
9
repository = "https://github.com/RustPython/mt19937"
10
-rust-version = "1.63"
+rust-version = "1.85"
11
12
[dependencies]
13
-rand_core = "0.9"
+rand_core = "0.10"
0 commit comments