Skip to content

Commit d4ff61b

Browse files
committed
Merge pull request #4 from nox/heapsize
Allow heapsize 0.3
2 parents dc44095 + 6011360 commit d4ff61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "language-tags"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Pyfisch <[email protected]>"]
55
exclude = ["README.md", ".travis.yml", ".gitignore"]
66

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

1313
[dependencies.heapsize]
14-
version = "0.2.2"
14+
version = ">=0.2.2, <0.4"
1515
optional = true
1616

1717
[dependencies.heapsize_plugin]

0 commit comments

Comments
 (0)