Skip to content

Commit

Permalink
bumped version from 0.6.2 to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Sep 19, 2017
1 parent 61921a2 commit 9fe93e8
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 = "string-interner"
version = "0.6.2"
version = "0.6.3"
authors = ["Robbepop"]
license = "MIT"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ and fast access to the underlying interned string contents.
categories = ["data-structures"]

[dependencies]
serde = { version = "1.0.0", optional = true }
serde = { version = "1.0.0", optional = true }

[dev-dependencies]
fnv = "1.0.0" # required for some bench tests
Expand Down

0 comments on commit 9fe93e8

Please sign in to comment.