Skip to content

Commit

Permalink
update version in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
coriolinus committed Jun 30, 2024
1 parent 5cb4da6 commit 01637a6
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 = "counter"
version = "0.5.7"
version = "0.6.0"
authors = ["Peter Goodspeed-Niklaus <peter.r.goodspeedniklaus@gmail.com>"]
description = "Simple package to count generic iterables"
repository = "https://github.com/coriolinus/counter-rs"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
num-traits = "0.2"
serde = { version = "1.0.188", optional = true}
serde = { version = "1.0.188", optional = true }

[dev-dependencies]
maplit = "1.0"
Expand Down

0 comments on commit 01637a6

Please sign in to comment.