Skip to content

Commit 0f8a984

Browse files
committed
v0.2.1
1 parent 6b55357 commit 0f8a984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chute"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
license = "MIT OR Apache-2.0"
55
edition = "2021"
66
exclude = ["benchmarks", "doc"]
@@ -16,7 +16,7 @@ branch_hints = "0.4"
1616
criterion = { version = "0.5", features = ["html_reports"] }
1717
itertools = "0.13"
1818
rand = "0.8"
19-
spin = "0.9.8"
19+
spin = "0.9"
2020
arrayvec = "0.7"
2121

2222
[[bench]]

0 commit comments

Comments
 (0)