We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fd29b commit 52274a5Copy full SHA for 52274a5
compiler/ast/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
7
8
[dependencies]
9
alloy_syntax = { path = "../syntax" }
10
-ordered-float = "3.0"
+ordered-float = "5.0"
11
text-size = "1.1"
12
13
[dev-dependencies]
compiler/hir/Cargo.toml
@@ -12,7 +12,7 @@ alloy_syntax = { path = "../syntax" }
la-arena = "0.3"
maplit = "1.0"
14
non-empty-vec = "0.2"
15
16
rustc-hash = "1.1"
17
18
0 commit comments