Skip to content

Commit

Permalink
Auto merge of rust-windowing#79 - pcwalton:downgrade-core-graphics, r…
Browse files Browse the repository at this point in the history
…=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 -->
  • Loading branch information
bors-servo committed Mar 16, 2016
2 parents 3630ced + fc9d230 commit 404538b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "servo-glutin"
version = "0.4.11"
version = "0.4.12"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down Expand Up @@ -49,7 +49,7 @@ objc = "0.1.8"
cgl = "0.1"
cocoa = "0.2.4"
core-foundation = "0"
core-graphics = "0.3"
core-graphics = ">=0.2, <0.4"

[target.i686-pc-windows-gnu.dependencies]
winapi = "0.2"
Expand Down

0 comments on commit 404538b

Please sign in to comment.