Skip to content

Commit 0b2ffe8

Browse files
authored
release v2.11.0 (#476)
1 parent 343a7ce commit 0b2ffe8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson"
3-
version = "2.10.0"
3+
version = "2.11.0"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>",

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it
3737

3838
```toml
3939
[dependencies]
40-
bson = "2.10.0"
40+
bson = "2.11.0"
4141
```
4242

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

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//!
5252
//! ```toml
5353
//! [dependencies]
54-
//! bson = "2.10.0"
54+
//! bson = "2.11.0"
5555
//! ```
5656
//!
5757
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in

0 commit comments

Comments
 (0)