Skip to content

Commit

Permalink
release v2.8.0 (#443)
Browse files Browse the repository at this point in the history
abr-egn authored Dec 11, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 412e456 commit e012ed3
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.7.0"
version = "2.8.0"
authors = [
"Y. T. Chung <[email protected]>",
"Kevin Yeh <[email protected]>",
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it

```toml
[dependencies]
bson = "2.7.0"
bson = "2.8.0"
```

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

0 comments on commit e012ed3

Please sign in to comment.