Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit dd28dbe

Browse files
author
bors-servo
committed
Auto merge of #229 - nox:heapsize, r=frewsxcv
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-layers/229) <!-- Reviewable:end -->
2 parents 785b762 + 4384a6e commit dd28dbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "layers"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["The Servo Project Developers"]
66

77
[features]
@@ -13,12 +13,12 @@ libc = "0.2"
1313
rustc-serialize = "0.3.16"
1414
log = "0.3.4"
1515
gleam = "0.2"
16-
euclid = "0.6.1"
16+
euclid = "0.6.2"
1717
servo-skia = "=0.20130412.6"
1818
azure = { git = "https://github.com/servo/rust-azure" }
1919

2020
[dependencies.heapsize]
21-
version = "0.2.2"
21+
version = ">=0.2.2, <0.4"
2222
optional = true
2323

2424
[dependencies.heapsize_plugin]

0 commit comments

Comments
 (0)