trace: Remove git dep on trace core for crates version (#984)

This commit is contained in:
Lucio Franco 2019-03-13 15:07:47 -04:00 committed by GitHub
parent cb55bf4012
commit 92d51202ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ keywords = ["logging", "tracing"]
publish = false
[dependencies]
tokio-trace-core = { path = "tokio-trace-core" }
tokio-trace-core = "0.1"
[dev-dependencies]
ansi_term = "0.11"