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

Commit 4384a6e

Browse files
committed
Allow heapsize 0.3
1 parent 785b762 commit 4384a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
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)