Skip to content

Commit 3ab1590

Browse files
author
bors-servo
committed
Auto merge of servo#96 - nox:heapsize, r=Ms2ger
Allow heapsize 0.3 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/96) <!-- Reviewable:end -->
2 parents f23a1f4 + 0514817 commit 3ab1590

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)