From e012ed338c93eef3175e5703150a83001a168645 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Mon, 11 Dec 2023 11:42:10 -0500 Subject: [PATCH] release v2.8.0 (#443) --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14dc32c6..ac515f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bson" -version = "2.7.0" +version = "2.8.0" authors = [ "Y. T. Chung ", "Kevin Yeh ", diff --git a/README.md b/README.md index c8d288be..87e89fb4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it ```toml [dependencies] -bson = "2.7.0" +bson = "2.8.0" ``` Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your diff --git a/src/lib.rs b/src/lib.rs index be000914..811f0f0a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! //! ```toml //! [dependencies] -//! bson = "2.7.0" +//! bson = "2.8.0" //! ``` //! //! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in