Updated glium and serde
This commit is contained in:
parent
0f8a96d9b8
commit
753609918e
1 changed files with 4 additions and 4 deletions
|
@ -36,9 +36,9 @@ approx = "0.1"
|
||||||
num-traits = "0.1"
|
num-traits = "0.1"
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
rustc-serialize = { version = "0.3", optional = true }
|
rustc-serialize = { version = "0.3", optional = true }
|
||||||
serde = { version = "0.7", optional = true }
|
serde = { version = "0.8", optional = true }
|
||||||
serde_macros = { version = "0.7", optional = true }
|
serde_macros = { version = "0.8", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
glium = "0.14.0"
|
glium = "0.15"
|
||||||
serde_json = "0.7"
|
serde_json = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue