We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230dab1 commit 72035bcCopy full SHA for 72035bc
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bson"
3
-version = "2.8.0"
+version = "2.9.0"
4
authors = [
5
"Y. T. Chung <zonyitoo@gmail.com>",
6
"Kevin Yeh <kevinyeah@utexas.edu>",
README.md
@@ -37,7 +37,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it
37
38
```toml
39
[dependencies]
40
-bson = "2.8.0"
+bson = "2.9.0"
41
```
42
43
Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your
src/lib.rs
@@ -51,7 +51,7 @@
51
//!
52
//! ```toml
53
//! [dependencies]
54
-//! bson = "2.8.0"
+//! bson = "2.9.0"
55
//! ```
56
57
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
0 commit comments