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

@@ -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 }