]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_interface / Cargo.toml
index 5c7edc10dd5c79a596893fba36eee084ab462e32..b9837c6ade9a7fd4fd677870c8dc2074eb5a005d 100644 (file)
@@ -11,7 +11,7 @@ doctest = false
 
 [dependencies]
 libc = "0.2"
-log = { package = "tracing", version = "0.1" }
+tracing = "0.1"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_ast = { path = "../librustc_ast" }