From 2bad45eb59714c7cd6f654e9545540f54ce9b7c1 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sat, 23 Sep 2023 11:14:09 -0700 Subject: [PATCH] Version 4.0.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed0255b..86442b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ordered-float" -version = "3.9.1" +version = "4.0.0" authors = [ "Jonathan Reem ", "Matt Brubeck ", @@ -12,6 +12,7 @@ readme = "README.md" keywords = ["no_std", "ord", "f64", "f32", "sort"] categories = ["science", "rust-patterns", "no-std"] edition = "2021" +rust-version = "1.60" [dependencies] num-traits = { version = "0.2.1", default-features = false }