Pin dependencies, and bump to v0.4.0
This commit is contained in:
parent
c8b7db0a73
commit
09cefe36c7
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
"Brian Heylin",
|
"Brian Heylin",
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
|
@ -27,8 +27,8 @@ keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
||||||
name = "cgmath"
|
name = "cgmath"
|
||||||
|
|
||||||
[dependencies.rustc-serialize]
|
[dependencies.rustc-serialize]
|
||||||
rustc_serialize = "*"
|
rustc_serialize = "0.3"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num = "*"
|
num = "0.1"
|
||||||
rand = "*"
|
rand = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue