Update Cargo.toml

This commit is contained in:
Brendan Zabarauskas 2016-04-19 22:13:18 +10:00
parent 615e459204
commit d467e5b5d8

View file

@ -1,7 +1,7 @@
[package] [package]
name = "cgmath" name = "cgmath"
version = "0.8.0" version = "0.9.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>", authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin", "Brian Heylin",
"Colin Sherratt", "Colin Sherratt",
@ -35,4 +35,4 @@ rand = "0.3"
rustc-serialize = "0.3" rustc-serialize = "0.3"
[dev-dependencies] [dev-dependencies]
glium = "0.13.5" glium = "0.14.0"