Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
/ merde Public archive

Commit 601b125

Browse files
Update ordered-float to v5.0.0
1 parent 7dd28f4 commit 601b125

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merde_core/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ rust-version = "1.83"
1414
[dependencies]
1515
compact_str = { version = "0.8.0" }
1616
compact_bytes = { version = "0.1.3" }
17-
ordered-float = "4.3.0"
17+
ordered-float = "5.0.0"
1818
rusqlite = { version = "0.32.1", optional = true }
1919
serde = { version = "1", optional = true }
20-
time = { version = "0.3.36", optional = true, features = ["parsing", "formatting"] }
20+
time = { version = "0.3.36", optional = true, features = [
21+
"parsing",
22+
"formatting",
23+
] }
2124
camino = { version = "1", optional = true }
2225

2326
[features]
@@ -40,4 +43,3 @@ camino = ["dep:camino"]
4043
insta = "1.40.0"
4144
trybuild = "1.0.101"
4245
time = { version = "0.3.36", features = ["macros"] }
43-

0 commit comments

Comments
 (0)