We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9478247 commit 82aa4aeCopy full SHA for 82aa4ae
Cargo.toml
@@ -2,12 +2,12 @@
2
name = "mt19937"
3
version = "3.2.0"
4
authors = ["Noa <coolreader18@gmail.com>", "RustPython Team"]
5
-edition = "2021"
+edition = "2024"
6
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"
0 commit comments