Add rustc_apfloat to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 20:11:34 +10:00
parent 1ed5660266
commit ce02d34b2f
5 changed files with 5 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ memchr = "2.7.5"
proc-macro2 = "1.0.101"
quote = "1.0.40"
rustc-literal-escaper = "0.0.5"
rustc_apfloat = "0.2.3"
serde_json = "1.0.142"
thin-vec = "0.2.14"
tracing = "0.1.37"

View File

@@ -7,7 +7,7 @@ edition = "2024"
# tidy-alphabetical-start
either.workspace = true
rustc_abi = { path = "../rustc_abi" }
rustc_apfloat = "0.2.0"
rustc_apfloat.workspace = true
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }

View File

@@ -10,7 +10,7 @@ either.workspace = true
gsgdt = "0.1.2"
polonius-engine = "0.13.0"
rustc_abi = { path = "../rustc_abi" }
rustc_apfloat = "0.2.0"
rustc_apfloat.workspace = true
rustc_arena = { path = "../rustc_arena" }
rustc_ast = { path = "../rustc_ast" }
rustc_ast_ir = { path = "../rustc_ast_ir" }

View File

@@ -7,7 +7,7 @@ edition = "2024"
# tidy-alphabetical-start
itertools.workspace = true
rustc_abi = { path = "../rustc_abi" }
rustc_apfloat = "0.2.0"
rustc_apfloat.workspace = true
rustc_arena = { path = "../rustc_arena" }
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }

View File

@@ -7,7 +7,7 @@ edition = "2024"
# tidy-alphabetical-start
rustc-hash = "2.0.0"
rustc_abi = { path = "../rustc_abi", optional = true }
rustc_apfloat = "0.2.0"
rustc_apfloat.workspace = true
rustc_arena = { path = "../rustc_arena", optional = true }
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
rustc_errors = { path = "../rustc_errors", optional = true }