Skip to content

Commit 81304c6

Browse files
authored
chore: Use the repository instead of the homepage field in Cargo.toml (#45)
* chore: Use the repository instead of the homepage field in Cargo.toml * chore: Use the repository instead of the homepage field in Cargo.toml * chore: Use the repository instead of the homepage field in Cargo.toml * chore: Use the repository instead of the homepage field in Cargo.toml * chore: Use the repository instead of the homepage field in Cargo.toml
1 parent e57a833 commit 81304c6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

win_etw_logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Arlie Davis <[email protected]>"]
55
edition = "2018"
66
description = "A Rust log provider which forwards events to Event Tracing for Windows (ETW)."
77
license = "Apache-2.0 OR MIT"
8-
homepage = "https://github.com/microsoft/rust_win_etw"
8+
repository = "https://github.com/microsoft/rust_win_etw"
99
readme = "../README.md"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

win_etw_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Arlie Davis <[email protected]>"]
55
edition = "2018"
66
description = "Enables apps to report events to Event Tracing for Windows (ETW)."
77
license = "Apache-2.0 OR MIT"
8-
homepage = "https://github.com/microsoft/rust_win_etw"
8+
repository = "https://github.com/microsoft/rust_win_etw"
99
readme = "../README.md"
1010

1111
[lib]

win_etw_metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Arlie Davis <[email protected]>"]
55
edition = "2018"
66
description = "Provides metadata definitions for the win_etw_provider and win_etw_macros crates."
77
license = "Apache-2.0 OR MIT"
8-
homepage = "https://github.com/microsoft/rust_win_etw"
8+
repository = "https://github.com/microsoft/rust_win_etw"
99
readme = "../README.md"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

win_etw_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Arlie Davis <[email protected]>"]
55
edition = "2018"
66
description = "Enables apps to report events to Event Tracing for Windows (ETW)."
77
license = "Apache-2.0 OR MIT"
8-
homepage = "https://github.com/microsoft/rust_win_etw"
8+
repository = "https://github.com/microsoft/rust_win_etw"
99
readme = "../README.md"
1010
rust-version = "1.77"
1111

win_etw_tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.2"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "Provides a backend for the `tracing` crate that logs events to ETW (Event Tracing for Windows)."
7-
homepage = "https://github.com/microsoft/rust_win_etw"
7+
repository = "https://github.com/microsoft/rust_win_etw"
88
readme = "../README.md"
99

1010
[features]
@@ -19,4 +19,4 @@ win_etw_metadata = { path = "../win_etw_metadata", version = "0.1.2" }
1919
win_etw_provider = { path = "../win_etw_provider", version = "0.1.9" }
2020

2121
[dev-dependencies]
22-
anyhow = "1"
22+
anyhow = "1"

0 commit comments

Comments
 (0)