Skip to content

Commit 47c9dbd

Browse files
committed
Allow heapsize 0.4
1 parent f6fa9b5 commit 47c9dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ encoding_rs = "0.5"
2121

2222
[dependencies]
2323
cssparser-macros = {path = "./macros", version = "0.3"}
24-
heapsize = {version = "0.3", optional = true}
24+
heapsize = {version = ">= 0.3, < 0.5", optional = true}
2525
matches = "0.1"
2626
phf = "0.7"
2727
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}

0 commit comments

Comments
 (0)