Skip to content

Commit a135e6e

Browse files
author
bors-servo
authored
Auto merge of #58 - sotaroikeda:upgleam, r=glennw
Update gleam to v0.4 Fixes #57. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/io-surface-rs/58) <!-- Reviewable:end -->
2 parents bed2a2a + 7dd3c95 commit a135e6e

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
@@ -3,15 +3,15 @@ name = "io-surface"
33
description = "Bindings to IO Surface for OS X"
44
homepage = "https://github.com/servo/io-surface-rs"
55
repository = "https://github.com/servo/io-surface-rs"
6-
version = "0.6.0"
6+
version = "0.7.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

1010
[dependencies]
1111
libc = "0.2"
12-
gleam = "0.2"
12+
gleam = "0.4"
1313

1414
[target.x86_64-apple-darwin.dependencies]
1515
core-foundation = "0.3"
16-
cgl = "0.1.4"
16+
cgl = "0.2.1"
1717
leaky-cow = "0.1.1"

0 commit comments

Comments
 (0)