Skip to content

Commit 7a04ba2

Browse files
authored
release v2.4.0 (#369)
1 parent 20675ff commit 7a04ba2

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.3.0"
3+
version = "2.4.0"
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.3.0"
39+
bson = "2.4.0"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//!
5252
//! ```toml
5353
//! [dependencies]
54-
//! bson = "2.3.0"
54+
//! bson = "2.4.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)