Update to the last Rust: pkgid -> crate_id

This commit is contained in:
Sébastien Crozet 2013-12-20 12:55:15 +01:00
parent a69e25c453
commit effb1632d1
1 changed files with 1 additions and 1 deletions

View File

@ -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)];