From 8e0fb3b4eae2f465d3ee1f8cfbc5fd60bc381616 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Wed, 11 Sep 2024 13:23:38 -0400 Subject: [PATCH] release v2.12.0 (#498) --- 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 7876a930..5153b2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bson" -version = "2.11.0" +version = "2.12.0" authors = [ "Y. T. Chung ", "Kevin Yeh ", diff --git a/README.md b/README.md index 149947bf..c8ad00d3 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.11.0" +bson = "2.12.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 69ad9db0..e68cbd68 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! //! ```toml //! [dependencies] -//! bson = "2.11.0" +//! bson = "2.12.0" //! ``` //! //! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in