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

Commit 2cdf970

Browse files
committed
Allow euclid 0.7
1 parent 0a44672 commit 2cdf970

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 = "layers"
4-
version = "0.2.5"
4+
version = "0.2.6"
55
authors = ["The Servo Project Developers"]
66
license = "MIT/Apache-2.0"
77

@@ -14,7 +14,7 @@ libc = "0.2"
1414
rustc-serialize = "0.3.16"
1515
log = "0.3.4"
1616
gleam = "0.2"
17-
euclid = "0.6.2"
17+
euclid = ">=0.6.2, <0.8"
1818
servo-skia = "0.20130412.8"
1919
azure = { git = "https://github.com/servo/rust-azure" }
2020

0 commit comments

Comments
 (0)