Bump gleam to 0.2.8

This commit is contained in:
Anthony Ramine 2016-03-09 19:14:46 +01:00
parent 72e9884a2b
commit 79c68f54e3
5 changed files with 5 additions and 5 deletions

View file

@ -40,5 +40,5 @@ git = "https://github.com/servo/webrender_traits"
[dependencies]
log = "0.3"
num = "0.1.24"
gleam = "0.2"
gleam = "0.2.8"
euclid = {version = "0.6.4", features = ["plugins"]}

View file

@ -91,7 +91,7 @@ git = "https://github.com/servo/webrender"
[dependencies]
app_units = {version = "0.2.3", features = ["plugins"]}
euclid = {version = "0.6.4", features = ["plugins"]}
gleam = "0.2"
gleam = "0.2.8"
image = "0.7"
log = "0.3"
num = "0.1.24"