We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fa9b5 commit 47c9dbdCopy full SHA for 47c9dbd
Cargo.toml
@@ -21,7 +21,7 @@ encoding_rs = "0.5"
21
22
[dependencies]
23
cssparser-macros = {path = "./macros", version = "0.3"}
24
-heapsize = {version = "0.3", optional = true}
+heapsize = {version = ">= 0.3, < 0.5", optional = true}
25
matches = "0.1"
26
phf = "0.7"
27
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}
0 commit comments