Skip to content

Commit b8442a5

Browse files
authored
release v2.2.0-beta (#347)
1 parent 9c481ac commit b8442a5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson"
3-
version = "2.0.0"
3+
version = "2.2.0-beta"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it
3636

3737
```toml
3838
[dependencies]
39-
bson = "2.0.0"
39+
bson = "2.2.0-beta"
4040
```
4141

4242
Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//!
5252
//! ```toml
5353
//! [dependencies]
54-
//! bson = "2.0.0"
54+
//! bson = "2.2.0-beta"
5555
//! ```
5656
//!
5757
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
@@ -264,7 +264,7 @@
264264
//! it will only happen in a minor or major version release.
265265
266266
#![allow(clippy::cognitive_complexity)]
267-
#![doc(html_root_url = "https://docs.rs/bson/2.0.0")]
267+
#![doc(html_root_url = "https://docs.rs/bson/2.2.0-beta")]
268268
#![cfg_attr(docsrs, feature(doc_cfg))]
269269

270270
#[doc(inline)]

0 commit comments

Comments
 (0)