Skip to content

Commit

Permalink
Merge pull request #87 from contain-rs/new-v
Browse files Browse the repository at this point in the history
Release version 0.7.0
  • Loading branch information
pczarn authored Jun 26, 2024
2 parents 12142ad + f808ab7 commit b00382f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bit-vec"
version = "0.6.3"
version = "0.7.0"
authors = ["Alexis Beingessner <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A vector of bits"
Expand All @@ -9,6 +9,7 @@ homepage = "https://github.com/contain-rs/bit-vec"
documentation = "https://contain-rs.github.io/bit-vec/bit_vec"
keywords = ["data-structures", "bitvec", "bitmask", "bitmap", "bit"]
readme = "README.md"
edition = "2015"

[dependencies]
borsh = { version = "1.5.0", default-features = false, features = ["derive"], optional = true }
Expand All @@ -18,8 +19,8 @@ nanoserde = { version = "0.1", optional = true }

[dev-dependencies]
serde_json = "1.0"
rand = "0.7"
rand_xorshift = "0.2"
rand = "0.8"
rand_xorshift = "0.3"

[features]
default = ["std"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

[crates.io shield]: https://img.shields.io/crates/v/bit-vec?label=latest
[crates.io link]: https://crates.io/crates/bit-vec
[docs.rs badge]: https://docs.rs/bit-vec/badge.svg?version=0.6.3
[docs.rs link]: https://docs.rs/bit-vec/0.6.3/bit_vec/
[docs.rs badge]: https://docs.rs/bit-vec/badge.svg?version=0.7.0
[docs.rs link]: https://docs.rs/bit-vec/0.7.0/bit_vec/
[github ci badge]: https://github.com/contain-rs/linked-hash-map/workflows/Rust/badge.svg?branch=master
[rustc 1.0+]: https://img.shields.io/badge/rustc-1.0%2B-blue.svg
[serde_derive: rustc 1.31+]: https://img.shields.io/badge/serde_derive-rustc_1.31+-lightgray.svg
[Rust 1.0]: https://blog.rust-lang.org/2015/05/15/Rust-1.0.html
[Rust 1.31]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
[deps.rs status]: https://deps.rs/crate/bit-vec/0.6.3/status.svg
[deps.rs link]: https://deps.rs/crate/bit-vec/0.6.3
[deps.rs status]: https://deps.rs/crate/bit-vec/0.7.0/status.svg
[deps.rs link]: https://deps.rs/crate/bit-vec/0.7.0
[shields.io download count]: https://img.shields.io/crates/d/bit-vec.svg

## Usage
Expand Down

0 comments on commit b00382f

Please sign in to comment.