Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huo Linhe committed Jan 5, 2016
1 parent f8c0d3a commit 556b953
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
[package]
name = "nbits_vec"
version = "0.1.0"
authors = ["Huo Linhe <huolinhe@berrygenomics.com>"]
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 = []
Expand Down

0 comments on commit 556b953

Please sign in to comment.