Skip to content

Commit 45aab7e

Browse files
committed
release v2.0.0-beta.3
1 parent 342ab2b commit 45aab7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-beta.2"
3+
version = "2.0.0-beta.3"
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
@@ -25,7 +25,7 @@ This crate works with Cargo and can be found on
2525

2626
```toml
2727
[dependencies]
28-
bson = "2.0.0-beta.2"
28+
bson = "2.0.0-beta.3"
2929
```
3030

3131
This crate requires Rust 1.48+.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
//! that is also less error prone.
184184
185185
#![allow(clippy::cognitive_complexity)]
186-
#![doc(html_root_url = "https://docs.rs/bson/2.0.0-beta.2")]
186+
#![doc(html_root_url = "https://docs.rs/bson/2.0.0-beta.3")]
187187

188188
pub use self::{
189189
bson::{Array, Binary, Bson, DbPointer, Document, JavaScriptCodeWithScope, Regex, Timestamp},

0 commit comments

Comments
 (0)