Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Sep 23, 2023
1 parent e1f3ea8 commit 2bad45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "3.9.1"
version = "4.0.0"
authors = [
"Jonathan Reem <jonathan.reem@gmail.com>",
"Matt Brubeck <mbrubeck@limpet.net>",
Expand All @@ -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 }
Expand Down

0 comments on commit 2bad45e

Please sign in to comment.