Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
cargo-codspeed@1.0.0
codspeed@1.0.0
codspeed-bencher-compat@1.0.0
codspeed-criterion-compat@1.0.0

Generated by cargo-workspaces
  • Loading branch information
art049 committed Jan 11, 2023
1 parent 66fa8c3 commit 62820f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/bencher_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-bencher-compat"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
description = "Bencher compatibility layer for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand All @@ -18,7 +18,7 @@ keywords = ["codspeed", "benchmark", "bencher"]

[dependencies]
bencher = "0.1.5"
codspeed = { path = "../codspeed", version = "0" }
codspeed = { path = "../codspeed", version = "1.0.0" }

[[bench]]
name = "bencher_example"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-codspeed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-codspeed"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
description = "Cargo extension to build & run your codspeed benchmarks"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/codspeed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
description = "Core instrumentation library for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand Down
4 changes: 2 additions & 2 deletions crates/criterion_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-criterion-compat"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
description = "Criterion.rs compatibility layer for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand All @@ -17,7 +17,7 @@ categories = [
keywords = ["codspeed", "benchmark", "criterion"]
[dependencies]
criterion = "0.4"
codspeed = { path = "../codspeed", version = "0" }
codspeed = { path = "../codspeed", version = "1.0.0" }
colored = "2.0.0"

[[bench]]
Expand Down

0 comments on commit 62820f1

Please sign in to comment.