Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_api/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index a0fd10441f..e59b903bc5 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml @@ -11,7 +11,7 @@ doctest = false [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["unbounded_depth"] } -log = "0.4.8" +tracing = "0.1" crossbeam-channel = "0.5.0" jod-thread = "0.1.1" memmap2 = "0.3.0" |