From effb1632d1da11fa9a02c2924b7583b342bbcaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Fri, 20 Dec 2013 12:55:15 +0100 Subject: [PATCH] Update to the last Rust: pkgid -> crate_id --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index da504986..889c3942 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,7 +112,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**! , author = "Sébastien Crozet" , uuid = "1e96070f-4778-4ec1-b080-bf69f7048216" , url = "https://gitub.com/sebcrozet/nalgebra.git")]; -#[pkgid = "github.com/sebcrozet/nalgebra"]; +#[crate_id = "github.com/sebcrozet/nalgebra"]; #[crate_type = "lib"]; #[deny(non_camel_case_types)]; #[deny(non_uppercase_statics)];