File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ memchr = "2.7.5"
71
71
proc-macro2 = " 1.0.101"
72
72
quote = " 1.0.40"
73
73
rustc-literal-escaper = " 0.0.5"
74
+ rustc_apfloat = " 0.2.3"
74
75
serde_json = " 1.0.142"
75
76
thin-vec = " 0.2.14"
76
77
tracing = " 0.1.37"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
either.workspace = true
9
9
rustc_abi = { path = " ../rustc_abi" }
10
- rustc_apfloat = " 0.2.0 "
10
+ rustc_apfloat.workspace = true
11
11
rustc_ast = { path = " ../rustc_ast" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
13
13
rustc_errors = { path = " ../rustc_errors" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ either.workspace = true
10
10
gsgdt = " 0.1.2"
11
11
polonius-engine = " 0.13.0"
12
12
rustc_abi = { path = " ../rustc_abi" }
13
- rustc_apfloat = " 0.2.0 "
13
+ rustc_apfloat.workspace = true
14
14
rustc_arena = { path = " ../rustc_arena" }
15
15
rustc_ast = { path = " ../rustc_ast" }
16
16
rustc_ast_ir = { path = " ../rustc_ast_ir" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
itertools.workspace = true
9
9
rustc_abi = { path = " ../rustc_abi" }
10
- rustc_apfloat = " 0.2.0 "
10
+ rustc_apfloat.workspace = true
11
11
rustc_arena = { path = " ../rustc_arena" }
12
12
rustc_ast = { path = " ../rustc_ast" }
13
13
rustc_data_structures = { path = " ../rustc_data_structures" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
rustc-hash = " 2.0.0"
9
9
rustc_abi = { path = " ../rustc_abi" , optional = true }
10
- rustc_apfloat = " 0.2.0 "
10
+ rustc_apfloat.workspace = true
11
11
rustc_arena = { path = " ../rustc_arena" , optional = true }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
13
13
rustc_errors = { path = " ../rustc_errors" , optional = true }
You can’t perform that action at this time.
0 commit comments