From bdb57a8c7148d8c7a04bed5194aa8f205e5e2843 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Jul 2022 17:08:36 +0000 Subject: [PATCH] Improve downstream info for the update of the msrv of version 1 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c15fd6..3af2569 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 = [] -- GitLab