diff -r db18f1a30b0c -r 624b74443b53 rust/fpnum/Cargo.toml --- a/rust/fpnum/Cargo.toml Tue Dec 17 15:44:21 2024 +0100 +++ b/rust/fpnum/Cargo.toml Thu Dec 19 12:40:48 2024 +0100 @@ -2,6 +2,7 @@ name = "fpnum" version = "0.1.0" authors = ["Andrey Korotaev "] -edition = "2018" +edition = "2021" [dependencies] +saturate = "0.1.0"