summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_const_eval/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_const_eval/Cargo.toml')
-rw-r--r--compiler/rustc_const_eval/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/Cargo.toml b/compiler/rustc_const_eval/Cargo.toml
index 74030a43c..4e47fed86 100644
--- a/compiler/rustc_const_eval/Cargo.toml
+++ b/compiler/rustc_const_eval/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tracing = "0.1"
either = "1"
-rustc_apfloat = { path = "../rustc_apfloat" }
+rustc_apfloat = "0.2.0"
rustc_ast = { path = "../rustc_ast" }
rustc_attr = { path = "../rustc_attr" }
rustc_data_structures = { path = "../rustc_data_structures" }