Skip to content

Commit 82aa4ae

Browse files
authored
Upgrade to Rust edition 2024 (#8)
1 parent 9478247 commit 82aa4ae

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
@@ -2,12 +2,12 @@
22
name = "mt19937"
33
version = "3.2.0"
44
authors = ["Noa <coolreader18@gmail.com>", "RustPython Team"]
5-
edition = "2021"
5+
edition = "2024"
66
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]
1313
rand_core = "0.9"

0 commit comments

Comments
 (0)