Merge pull request #317 from bjz/fix-rustc-serialize-version

Un-implicit-glob rustc-serialize version number
This commit is contained in:
Brendan Zabarauskas 2016-04-06 23:16:48 +10:00
commit 0c7442a98b
2 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.7.0] - 2016-04-06
### Added
- Implements `fmt::Debug` for `Basis2`, `Basis3`, and `AffineMatrix3`
@ -149,7 +151,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v0.0.1 - 2014-06-24
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/bjz/cgmath/compare/v0.8.0...HEAD
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/bjz/cgmath/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/bjz/cgmath/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/bjz/cgmath/compare/v0.4.0...v0.5.0

View file

@ -29,12 +29,10 @@ name = "cgmath"
[features]
unstable = []
[dependencies.rustc-serialize]
rustc_serialize = "0.3"
[dependencies]
num = "0.1"
rand = "0.3"
rustc-serialize = "0.3"
[dev-dependencies]
glium = "0.13.5"