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"
7171proc-macro2 = " 1.0.101"
7272quote = " 1.0.40"
7373rustc-literal-escaper = " 0.0.5"
74+ rustc_apfloat = " 0.2.3"
7475serde_json = " 1.0.142"
7576thin-vec = " 0.2.14"
7677tracing = " 0.1.37"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88either.workspace = true
99rustc_abi = { path = " ../rustc_abi" }
10- rustc_apfloat = " 0.2.0 "
10+ rustc_apfloat.workspace = true
1111rustc_ast = { path = " ../rustc_ast" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
1313rustc_errors = { path = " ../rustc_errors" }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ either.workspace = true
1010gsgdt = " 0.1.2"
1111polonius-engine = " 0.13.0"
1212rustc_abi = { path = " ../rustc_abi" }
13- rustc_apfloat = " 0.2.0 "
13+ rustc_apfloat.workspace = true
1414rustc_arena = { path = " ../rustc_arena" }
1515rustc_ast = { path = " ../rustc_ast" }
1616rustc_ast_ir = { path = " ../rustc_ast_ir" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88itertools.workspace = true
99rustc_abi = { path = " ../rustc_abi" }
10- rustc_apfloat = " 0.2.0 "
10+ rustc_apfloat.workspace = true
1111rustc_arena = { path = " ../rustc_arena" }
1212rustc_ast = { path = " ../rustc_ast" }
1313rustc_data_structures = { path = " ../rustc_data_structures" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88rustc-hash = " 2.0.0"
99rustc_abi = { path = " ../rustc_abi" , optional = true }
10- rustc_apfloat = " 0.2.0 "
10+ rustc_apfloat.workspace = true
1111rustc_arena = { path = " ../rustc_arena" , optional = true }
1212rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
1313rustc_errors = { path = " ../rustc_errors" , optional = true }
You can’t perform that action at this time.
0 commit comments