diff --git a/Cargo.toml b/Cargo.toml index a3abb2f..5dc8d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boxcar" -version = "0.2.4" +version = "0.2.5" authors = ["Ibraheem Ahmed "] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 4895e29..0e32576 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crate](https://img.shields.io/crates/v/boxcar?style=for-the-badge)](https://crates.io/crates/boxcar) [![Github](https://img.shields.io/badge/github-boxcar-success?style=for-the-badge)](https://github.com/ibraheemdev/boxcar) -[![Docs](https://img.shields.io/badge/docs.rs-0.2.4-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) +[![Docs](https://img.shields.io/badge/docs.rs-0.2.5-4d76ae?style=for-the-badge)](https://docs.rs/boxcar) A concurrent, append-only vector.