Skip to content

Commit 52274a5

Browse files
fix(deps): update rust crate ordered-float to v5
1 parent 67fd29b commit 52274a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99
alloy_syntax = { path = "../syntax" }
10-
ordered-float = "3.0"
10+
ordered-float = "5.0"
1111
text-size = "1.1"
1212

1313
[dev-dependencies]

compiler/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ alloy_syntax = { path = "../syntax" }
1212
la-arena = "0.3"
1313
maplit = "1.0"
1414
non-empty-vec = "0.2"
15-
ordered-float = "3.0"
15+
ordered-float = "5.0"
1616
rustc-hash = "1.1"
1717
text-size = "1.1"
1818

0 commit comments

Comments
 (0)