From 451af6e167f44f86911bf062d70b526f7ac481a7 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 17 Jul 2019 08:17:44 -0400 Subject: [PATCH 1/2] Update io-surface to 0.12.0. --- io-surface/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index 1c57fc2..0afb0c8 100644 --- a/io-surface/Cargo.toml +++ b/io-surface/Cargo.toml @@ -3,7 +3,7 @@ name = "io-surface" description = "Bindings to IO Surface for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.11.1" +version = "0.12.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" From 70275f5af1ac72e1ad22c672198126cf9fde3165 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 17 Jul 2019 08:29:40 -0400 Subject: [PATCH 2/2] Update cocoa to 0.19.0 --- cocoa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index ddf230e..d5715ea 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -4,7 +4,7 @@ name = "cocoa" description = "Bindings to Cocoa for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.18.4" +version = "0.19.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0"