diff --git a/Cargo.toml b/Cargo.toml index 3c15fd61146e832d0139de7780996ef12acded3e..3af2569b87beb4676276c425e9234b9d8be7d0c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "fixed" -version = "1.16.0" +version = "1.16.1" description = "Fixed-point numbers" documentation = "https://docs.rs/fixed" repository = "https://gitlab.com/tspiteri/fixed" @@ -16,6 +16,7 @@ keywords = ["fixed", "fixed-point", "mathematics", "numerics"] categories = ["algorithms", "embedded", "mathematics", "no-std"] license = "MIT/Apache-2.0" edition = "2021" +rust-version = "1.61" [features] fail-on-warnings = []