Pin dependencies, and bump to v0.4.0

This commit is contained in:
Brendan Zabarauskas 2015-10-25 18:09:12 +11:00
parent c8b7db0a73
commit 09cefe36c7

View file

@ -1,7 +1,7 @@
[package]
name = "cgmath"
version = "0.3.1"
version = "0.4.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
"Brian Heylin",
"Colin Sherratt",
@ -27,8 +27,8 @@ keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
name = "cgmath"
[dependencies.rustc-serialize]
rustc_serialize = "*"
rustc_serialize = "0.3"
[dependencies]
num = "*"
rand = "*"
num = "0.1"
rand = "0.3"