From 96e77e4cfd1bd10cedb338ec0fe591367cfcb31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Thu, 6 Feb 2014 08:59:27 +0100 Subject: [PATCH] Update to the last Rust. Version of rustc: 0.10-pre (9a672f9 2014-02-05 18:31:36 -0800) --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 38c0f408..04a8c2fe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;