Skip to content

Commit 4dc1ebe

Browse files
release v2.6.0
1 parent d21860b commit 4dc1ebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.0"
3+
version = "2.6.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.5.0"
39+
bson = "2.6.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//!
5252
//! ```toml
5353
//! [dependencies]
54-
//! bson = "2.5.0"
54+
//! bson = "2.6.0"
5555
//! ```
5656
//!
5757
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
@@ -266,7 +266,7 @@
266266
//! it will only happen in a minor or major version release.
267267
268268
#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]
269-
#![doc(html_root_url = "https://docs.rs/bson/2.5.0")]
269+
#![doc(html_root_url = "https://docs.rs/bson/2.6.0")]
270270
#![cfg_attr(docsrs, feature(doc_cfg))]
271271

272272
#[doc(inline)]

0 commit comments

Comments
 (0)