Skip to content

Commit ed3a68e

Browse files
committed
release v2.6.1
1 parent 17d4a79 commit ed3a68e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.0"
3+
version = "2.6.1"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6.0")]
269+
#![doc(html_root_url = "https://docs.rs/bson/2.6.1")]
270270
#![cfg_attr(docsrs, feature(doc_cfg))]
271271

272272
#[doc(inline)]

0 commit comments

Comments
 (0)