Skip to content

Commit 01637a6

Browse files
committed
update version in preparation for release
1 parent 5cb4da6 commit 01637a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "counter"
3-
version = "0.5.7"
3+
version = "0.6.0"
44
authors = ["Peter Goodspeed-Niklaus <[email protected]>"]
55
description = "Simple package to count generic iterables"
66
repository = "https://github.com/coriolinus/counter-rs"
@@ -12,7 +12,7 @@ edition = "2021"
1212

1313
[dependencies]
1414
num-traits = "0.2"
15-
serde = { version = "1.0.188", optional = true}
15+
serde = { version = "1.0.188", optional = true }
1616

1717
[dev-dependencies]
1818
maplit = "1.0"

0 commit comments

Comments
 (0)