Skip to content

Commit 62820f1

Browse files
committed
1 parent 66fa8c3 commit 62820f1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bencher_compat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-bencher-compat"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Bencher compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
@@ -18,7 +18,7 @@ keywords = ["codspeed", "benchmark", "bencher"]
1818

1919
[dependencies]
2020
bencher = "0.1.5"
21-
codspeed = { path = "../codspeed", version = "0" }
21+
codspeed = { path = "../codspeed", version = "1.0.0" }
2222

2323
[[bench]]
2424
name = "bencher_example"

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-codspeed"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <[email protected]>"]

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Core instrumentation library for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]

crates/criterion_compat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-criterion-compat"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Criterion.rs compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
@@ -17,7 +17,7 @@ categories = [
1717
keywords = ["codspeed", "benchmark", "criterion"]
1818
[dependencies]
1919
criterion = "0.4"
20-
codspeed = { path = "../codspeed", version = "0" }
20+
codspeed = { path = "../codspeed", version = "1.0.0" }
2121
colored = "2.0.0"
2222

2323
[[bench]]

0 commit comments

Comments
 (0)