From 58daf2d29d938614567ee082375ff1662180bc47 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Thu, 31 Mar 2022 09:50:58 -0400 Subject: [PATCH] release v2.2.0-beta.1 --- 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 429ead3d..587f0142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bson" -version = "2.2.0-beta" +version = "2.2.0-beta.1" authors = [ "Y. T. Chung ", "Kevin Yeh ", diff --git a/README.md b/README.md index 31bd3e42..d71ad3d7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it ```toml [dependencies] -bson = "2.2.0-beta" +bson = "2.2.0-beta.1" ``` 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 871d32e2..cc900c28 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -264,7 +264,7 @@ //! it will only happen in a minor or major version release. #![allow(clippy::cognitive_complexity)] -#![doc(html_root_url = "https://docs.rs/bson/2.2.0-beta")] +#![doc(html_root_url = "https://docs.rs/bson/2.2.0-beta.1")] #![cfg_attr(docsrs, feature(doc_cfg))] #[doc(inline)]