X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_const_eval%2FCargo.toml;h=51489e2936068c8519ddae244ec0006912098e2e;hb=316bda89e4a444bd6d4f4434cc3428383ecff88e;hp=e09a6d1d6f5aa890d0606ad6c0457391cd07eca3;hpb=d8091f89919957339929fb2f2cb7b05bc2e1f116;p=rust.git diff --git a/compiler/rustc_const_eval/Cargo.toml b/compiler/rustc_const_eval/Cargo.toml index e09a6d1d6f5..51489e29360 100644 --- a/compiler/rustc_const_eval/Cargo.toml +++ b/compiler/rustc_const_eval/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] tracing = "0.1" +either = "1" rustc_apfloat = { path = "../rustc_apfloat" } rustc_ast = { path = "../rustc_ast" } rustc_attr = { path = "../rustc_attr" }