Skip to content

Commit 0514817

Browse files
committed
Allow heapsize 0.3
1 parent f23a1f4 commit 0514817

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,7 +1,7 @@
11
[package]
22

33
name = "cssparser"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

77
description = "Rust implementation of CSS Syntax Level 3"
@@ -25,7 +25,7 @@ version = "0.6.5"
2525
optional = true
2626

2727
[dependencies.heapsize]
28-
version = ">=0.1.1, <0.3.0"
28+
version = ">=0.1.1, <0.4.0"
2929
optional = true
3030

3131
[dependencies.heapsize_plugin]

0 commit comments

Comments
 (0)