From 556b95385e10c5c827cfdb0ceb341dc78782bdff Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Tue, 5 Jan 2016 14:06:06 +0800 Subject: [PATCH] Bump to 0.1.1 --- Cargo.toml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb41b01b..7853ff10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,24 +1,22 @@ [package] -name = "nbits_vec" -version = "0.1.0" authors = ["Huo Linhe "] -license = "MIT" -readme = "README.md" -homepage = "https://github.com/zitsen/nbits_vec.rs" -repository = "https://github.com/zitsen/nbits_vec.rs.git" +description = "Small bits value (e.g. 1,2.. bits) vector implementation." documentation = "http://zitsen.github.io/nbits_vec.rs" -description = """ -Small bits value (e.g. 1,2.. bits) vector implementation. -""" +homepage = "https://github.com/zitsen/nbits_vec.rs" keywords = ["nbits", "bits-vec", "data-structure", "small-bits", "vector"] +license = "MIT" +name = "nbits_vec" +readme = "README.md" +repository = "https://github.com/zitsen/nbits_vec.rs.git" +version = "0.1.1" [dependencies] num = "0.1.29" typenum = "^1.1" [dependencies.clippy] -version = "0.0.33" optional = true +version = "0.0.33" [features] default = []