Skip to content

Commit ce02d34

Browse files
committed
Add rustc_apfloat to [workspace.dependencies].
1 parent 1ed5660 commit ce02d34

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ memchr = "2.7.5"
7171
proc-macro2 = "1.0.101"
7272
quote = "1.0.40"
7373
rustc-literal-escaper = "0.0.5"
74+
rustc_apfloat = "0.2.3"
7475
serde_json = "1.0.142"
7576
thin-vec = "0.2.14"
7677
tracing = "0.1.37"

compiler/rustc_const_eval/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
# tidy-alphabetical-start
88
either.workspace = true
99
rustc_abi = { path = "../rustc_abi" }
10-
rustc_apfloat = "0.2.0"
10+
rustc_apfloat.workspace = true
1111
rustc_ast = { path = "../rustc_ast" }
1212
rustc_data_structures = { path = "../rustc_data_structures" }
1313
rustc_errors = { path = "../rustc_errors" }

compiler/rustc_middle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ either.workspace = true
1010
gsgdt = "0.1.2"
1111
polonius-engine = "0.13.0"
1212
rustc_abi = { path = "../rustc_abi" }
13-
rustc_apfloat = "0.2.0"
13+
rustc_apfloat.workspace = true
1414
rustc_arena = { path = "../rustc_arena" }
1515
rustc_ast = { path = "../rustc_ast" }
1616
rustc_ast_ir = { path = "../rustc_ast_ir" }

compiler/rustc_mir_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
# tidy-alphabetical-start
88
itertools.workspace = true
99
rustc_abi = { path = "../rustc_abi" }
10-
rustc_apfloat = "0.2.0"
10+
rustc_apfloat.workspace = true
1111
rustc_arena = { path = "../rustc_arena" }
1212
rustc_ast = { path = "../rustc_ast" }
1313
rustc_data_structures = { path = "../rustc_data_structures" }

compiler/rustc_pattern_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
# tidy-alphabetical-start
88
rustc-hash = "2.0.0"
99
rustc_abi = { path = "../rustc_abi", optional = true }
10-
rustc_apfloat = "0.2.0"
10+
rustc_apfloat.workspace = true
1111
rustc_arena = { path = "../rustc_arena", optional = true }
1212
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
1313
rustc_errors = { path = "../rustc_errors", optional = true }

0 commit comments

Comments
 (0)