From df7b6be0378b480ff48db25939c7ef38505a3109 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 12 Aug 2016 12:15:24 +0200 Subject: [PATCH] Update serde to 0.8 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 117f445..25effb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "offscreen_gl_context" license = "MIT / Apache-2.0" -version = "0.2.0" +version = "0.3.0" authors = ["Emilio Cobos Álvarez ", "The Servo Project Developers"] description = "Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation." repository = "https://github.com/emilio/rust-offscreen-rendering-context" @@ -20,8 +20,8 @@ serde_serialization = ["serde"] [dependencies] log = "0.3" gleam = "0.2" -euclid = "0.8" -serde = { version = ">=0.6.1, <0.8", optional = true } +euclid = "0.9" +serde = { version = "0.8", optional = true } [target.x86_64-apple-darwin.dependencies] core-foundation = "0.2.0"