Skip to content

Commit 44f6456

Browse files
committed
release v2.0.0-beta.2
1 parent c537546 commit 44f6456

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.1"
3+
version = "2.0.0-beta.2"
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.1"
28+
bson = "2.0.0-beta.2"
2929
```
3030

3131
## Overview of BSON Format

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.1")]
186+
#![doc(html_root_url = "https://docs.rs/bson/2.0.0-beta.2")]
187187

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

0 commit comments

Comments
 (0)