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