Skip to content

Commit

Permalink
bump version sync to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Dec 30, 2021
1 parent 56aed9d commit 955886f
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 = "mset"
version = "0.0.4" # remember to update html_root_url crate attribute
version = "0.1.0" # remember to update html_root_url crate attribute
description = "A mset / multiset / bag implementation"
keywords = ["mset", "multiset", "bag", "counter", "collection"]
categories = ["data-structures", "mathematics"]
Expand All @@ -16,4 +16,4 @@ appveyor = { repository = "lonnen/mset" }
travis-ci = { repository = "lonnen/mset" }

[dev-dependencies]
version-sync = "0.9.2"
version-sync = "0.9.4"

0 comments on commit 955886f

Please sign in to comment.