Skip to content

Commit

Permalink
Merge pull request #4 from nox/heapsize
Browse files Browse the repository at this point in the history
Allow heapsize 0.3
  • Loading branch information
pyfisch committed Feb 12, 2016
2 parents dc44095 + 6011360 commit d4ff61b
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 = "language-tags"
version = "0.2.1"
version = "0.2.2"
authors = ["Pyfisch <pyfisch@gmail.com>"]
exclude = ["README.md", ".travis.yml", ".gitignore"]

Expand All @@ -11,7 +11,7 @@ documentation = "http://pyfisch.github.io/rust-language-tags/language_tags/"
keywords = ["language", "internationalization", "translation", "http", "html"]

[dependencies.heapsize]
version = "0.2.2"
version = ">=0.2.2, <0.4"
optional = true

[dependencies.heapsize_plugin]
Expand Down

0 comments on commit d4ff61b

Please sign in to comment.