From def21b1c19030d6f22d67b27fed812eb786aa5ca Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 1 Mar 2016 02:10:15 +0100 Subject: [PATCH] Allow serde 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 73b94c6..48a3e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ test_egl_in_linux = [] log = "0.3.3" gleam = "0.2" euclid = "0.6.1" -serde = "0.6.1" -serde_macros = "0.6.1" +serde = ">=0.6.1, <0.8" +serde_macros = ">=0.6.1, <0.8" [target.x86_64-apple-darwin.dependencies] core-foundation = "0.2.0"