From db831f922ecb4c1fecd3e1121e36ed6dc20d86f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 24 Dec 2013 11:46:16 +0100 Subject: [PATCH] Update to the last Rust. --- src/lib.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 889c3942..5892b0db 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -105,14 +105,9 @@ Feel free to add your project to this list if you happen to use **nalgebra**! * [ncollide](https://github.com/sebcrozet/ncollide): a collision detection library. * [kiss3d](https://github.com/sebcrozet/kiss3d): a minimalistic graphics engine. * [frog](https://github.com/natal/frog): a machine learning library. - */ -#[link(name = "nalgebra" - , vers = "0.1" - , author = "Sébastien Crozet" - , uuid = "1e96070f-4778-4ec1-b080-bf69f7048216" - , url = "https://gitub.com/sebcrozet/nalgebra.git")]; -#[crate_id = "github.com/sebcrozet/nalgebra"]; + +#[crate_id = "nalgebra#0.1"]; #[crate_type = "lib"]; #[deny(non_camel_case_types)]; #[deny(non_uppercase_statics)];