From 38ffff534370c8e0028698292c085be3e1c73ebc Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Thu, 25 Jan 2024 14:29:05 -0500 Subject: [PATCH] release v2.9.0 (#455) --- 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 21d66256..fb724f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bson" -version = "2.8.0" +version = "2.9.0" authors = [ "Y. T. Chung ", "Kevin Yeh ", diff --git a/README.md b/README.md index b0aaaf95..e5843591 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.8.0" +bson = "2.9.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 1f5dda48..480caff6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! //! ```toml //! [dependencies] -//! bson = "2.8.0" +//! bson = "2.9.0" //! ``` //! //! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in