Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tower120 committed Nov 20, 2024
1 parent 6b55357 commit 0f8a984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chute"
version = "0.2.0"
version = "0.2.1"
license = "MIT OR Apache-2.0"
edition = "2021"
exclude = ["benchmarks", "doc"]
Expand All @@ -16,7 +16,7 @@ branch_hints = "0.4"
criterion = { version = "0.5", features = ["html_reports"] }
itertools = "0.13"
rand = "0.8"
spin = "0.9.8"
spin = "0.9"
arrayvec = "0.7"

[[bench]]
Expand Down

0 comments on commit 0f8a984

Please sign in to comment.