Skip to content

Commit

Permalink
release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Mar 13, 2023
1 parent d21860b commit 4dc1ebe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0"
version = "2.6.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.5.0"
bson = "2.6.0"
```

Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//!
//! ```toml
//! [dependencies]
//! bson = "2.5.0"
//! bson = "2.6.0"
//! ```
//!
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
Expand Down Expand Up @@ -266,7 +266,7 @@
//! it will only happen in a minor or major version release.

#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]
#![doc(html_root_url = "https://docs.rs/bson/2.5.0")]
#![doc(html_root_url = "https://docs.rs/bson/2.6.0")]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[doc(inline)]
Expand Down

0 comments on commit 4dc1ebe

Please sign in to comment.