Update to the last Rust.

Version of rustc: 0.10-pre (9a672f9 2014-02-05 18:31:36 -0800)
This commit is contained in:
Sébastien Crozet 2014-02-06 08:59:27 +01:00
parent 85c67b5544
commit 96e77e4cfd
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
extern mod std;
extern mod extra;
extern mod serialize;
pub mod na;
mod structs;