Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Sep 17, 2024
1 parent 425ddb9 commit d719549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Tango is designed to have the capability to detect a 1% change in performance wi

```toml
[dev-dependencies]
tango-bench = "0.5"
tango-bench = "0.6"

[[bench]]
name = "factorial"
Expand Down Expand Up @@ -119,7 +119,7 @@ To use Tango.rs in an asynchronous setup, follow these steps:

```toml
[dev-dependencies]
tango-bench = { version = "0.5", features = ["async-tokio"] }
tango-bench = { version = "0.6", features = ["async-tokio"] }

[[bench]]
name = "async_factorial"
Expand Down

0 comments on commit d719549

Please sign in to comment.