Skip to content

Commit b6154a8

Browse files
authored
Update the repository URL in Cargo.toml (#16)
Changes the URL for the repository in Cargo.toml ## Motivation Clicking "repository" in crates.io leads to the old parent repository ## Solution Change the URL
1 parent 13a2ad1 commit b6154a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
description = "OpenTelemetry integration for tracing"
99
homepage = "https://github.com/tokio-rs/tracing/tree/master/tracing-opentelemetry"
10-
repository = "https://github.com/tokio-rs/tracing"
10+
repository = "https://github.com/tokio-rs/tracing-opentelemetry"
1111
readme = "README.md"
1212
categories = [
1313
"development-tools::debugging",
@@ -55,4 +55,4 @@ harness = false
5555

5656
[package.metadata.docs.rs]
5757
all-features = true
58-
rustdoc-args = ["--cfg", "docsrs"]
58+
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)