Skip to content

Commit 6064482

Browse files
davidhewittart049
andauthored
fix: correct repository_url for crates
* Correct `cargo-codspeed` repository url * fix: correct repository url for crates --------- Co-authored-by: Arthur Pastel <[email protected]>
1 parent dc6b1f1 commit 6064482

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/bencher_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Bencher compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
77
documentation = "https://docs.codspeed.io"
88
readme = "README.md"
9-
repository = "https://github.com/CodSpeedHQ/codspeed-rust/tree/main/crates/bencher_compat"
9+
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1010
homepage = "https://codspeed.io"
1111
license = "MIT OR Apache-2.0"
1212
categories = [

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <[email protected]>"]
77
documentation = "https://docs.codspeed.io"
88
readme = "README.md"
9-
repository = "https://github.com/CodSpeedHQ/codspeed-rust/tree/main/crates/cargo-codspeed"
9+
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1010
homepage = "https://codspeed.io"
1111
license = "MIT OR Apache-2.0"
1212
categories = [

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Core instrumentation library for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
77
documentation = "https://docs.codspeed.io"
88
readme = "README.md"
9-
repository = "https://github.com/CodSpeedHQ/codspeed-rust/tree/main/crates/codspeed"
9+
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1010
homepage = "https://codspeed.io"
1111
license = "MIT OR Apache-2.0"
1212
categories = [

crates/criterion_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Criterion.rs compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
77
documentation = "https://docs.codspeed.io"
88
readme = "README.md"
9-
repository = "https://github.com/CodSpeedHQ/codspeed-rust/tree/main/crates/criterion_compat"
9+
repository = "https://github.com/CodSpeedHQ/codspeed-rust"
1010
homepage = "https://codspeed.io"
1111
license = "MIT OR Apache-2.0"
1212
categories = [

0 commit comments

Comments
 (0)