tracing-core: Fix repository link. (#123)

This was still linking to the Tokio repository rather than the
tracing repository.
This commit is contained in:
Bruce Mitchener 2019-06-30 11:05:56 +07:00 committed by Eliza Weisman
parent a957a46ecb
commit f409001ac8

View File

@ -11,7 +11,7 @@ name = "tracing-core"
version = "0.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
repository = "https://github.com/tokio-rs/tracing"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tracing-core/0.1.0/tracing_core"
description = """