Skip to content

Commit

Permalink
release v2.4.0 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
abr-egn authored Aug 2, 2022
1 parent 20675ff commit 7a04ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bson"
version = "2.3.0"
version = "2.4.0"
authors = [
"Y. T. Chung <[email protected]>",
"Kevin Yeh <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it

```toml
[dependencies]
bson = "2.3.0"
bson = "2.4.0"
```

Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//!
//! ```toml
//! [dependencies]
//! bson = "2.3.0"
//! bson = "2.4.0"
//! ```
//!
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
Expand Down

0 comments on commit 7a04ba2

Please sign in to comment.