Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit 172ac44

Browse files
author
bors-servo
authored
Auto merge of #137 - Eijebong:euclid, r=emilio
Allow euclid 0.13 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/skia/137) <!-- Reviewable:end -->
2 parents 5ea83de + 4aa9b13 commit 172ac44

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 = "servo-skia"
4-
version = "0.30000004.2"
4+
version = "0.30000004.3"
55
authors = ["The Skia Project Developers and The Servo Project Developers"]
66
description = "2D graphic library for drawing Text, Geometries, and Images"
77
license = "BSD-3-Clause"
@@ -28,7 +28,7 @@ name = "skia"
2828
cmake = "0.1"
2929

3030
[dependencies]
31-
euclid = "0.11"
31+
euclid = ">= 0.11, < 0.14"
3232
gleam = "0.4"
3333
libc = "0.2"
3434
expat-sys = "2.1.1"

0 commit comments

Comments
 (0)