From 401f638ba70288ac19a1a2124ddc95805ebc828c Mon Sep 17 00:00:00 2001 From: Isabel Atkinson Date: Thu, 19 Sep 2024 12:00:31 -0400 Subject: [PATCH] release v2.13.0 (#499) --- 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 5153b2fe..1fb1626b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bson" -version = "2.12.0" +version = "2.13.0" authors = [ "Y. T. Chung ", "Kevin Yeh ", diff --git a/README.md b/README.md index c8ad00d3..875724a6 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.12.0" +bson = "2.13.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 e7ff11b3..ab7c2c0f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -51,7 +51,7 @@ //! //! ```toml //! [dependencies] -//! bson = "2.12.0" +//! bson = "2.13.0" //! ``` //! //! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in