Skip to content

Commit 404538b

Browse files
author
bors-servo
committed
Auto merge of rust-windowing#79 - pcwalton:downgrade-core-graphics, r=frewsxcv
Downgrade our `core-graphics-rs` version so that we don't pull in serde 0.7. Servo isn't ready for that upgrade yet. r? @metajack (or whoever) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/79) <!-- Reviewable:end -->
2 parents 3630ced + fc9d230 commit 404538b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "servo-glutin"
3-
version = "0.4.11"
3+
version = "0.4.12"
44
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl"]
@@ -49,7 +49,7 @@ objc = "0.1.8"
4949
cgl = "0.1"
5050
cocoa = "0.2.4"
5151
core-foundation = "0"
52-
core-graphics = "0.3"
52+
core-graphics = ">=0.2, <0.4"
5353

5454
[target.i686-pc-windows-gnu.dependencies]
5555
winapi = "0.2"

0 commit comments

Comments
 (0)