Update to gleam 0.6

This commit is contained in:
Anthony Ramine 2018-07-18 15:32:08 +02:00
parent 6c7609c6f0
commit 20714bd08c
7 changed files with 45 additions and 45 deletions

View file

@ -37,7 +37,7 @@ unstable = ["libservo/unstable"]
backtrace = "0.3"
bitflags = "1.0"
euclid = "0.18"
gleam = "0.5"
gleam = "0.6"
glutin = "0.17"
lazy_static = "1"
libservo = {path = "../../components/servo"}