X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_middle%2FCargo.toml;h=cf1ab47de861a1c078a3a103dd41768734246169;hb=1ce18d2d658eb8b1625965e5a50d040d5c8f05c1;hp=fc1167c105ae89c57faad7e5639fb4b738ab3a3e;hpb=8bcb473f0f7569a3c7ca382e079ab02901226be1;p=rust.git diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index fc1167c105a..cf1ab47de86 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -8,6 +8,7 @@ edition = "2021" [dependencies] bitflags = "1.2.1" chalk-ir = "0.87.0" +derive_more = "0.99.17" either = "1.5.0" gsgdt = "0.1.2" polonius-engine = "0.13.0"