Skip to content

Commit 2bad45e

Browse files
committed
Version 4.0.0
1 parent e1f3ea8 commit 2bad45e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "3.9.1"
3+
version = "4.0.0"
44
authors = [
55
"Jonathan Reem <[email protected]>",
66
"Matt Brubeck <[email protected]>",
@@ -12,6 +12,7 @@ readme = "README.md"
1212
keywords = ["no_std", "ord", "f64", "f32", "sort"]
1313
categories = ["science", "rust-patterns", "no-std"]
1414
edition = "2021"
15+
rust-version = "1.60"
1516

1617
[dependencies]
1718
num-traits = { version = "0.2.1", default-features = false }

0 commit comments

Comments
 (0)