We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d4a79 commit ed3a68eCopy full SHA for ed3a68e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bson"
3
-version = "2.6.0"
+version = "2.6.1"
4
authors = [
5
"Y. T. Chung <zonyitoo@gmail.com>",
6
"Kevin Yeh <kevinyeah@utexas.edu>",
src/lib.rs
@@ -266,7 +266,7 @@
266
//! it will only happen in a minor or major version release.
267
268
#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]
269
-#![doc(html_root_url = "https://docs.rs/bson/2.6.0")]
+#![doc(html_root_url = "https://docs.rs/bson/2.6.1")]
270
#![cfg_attr(docsrs, feature(doc_cfg))]
271
272
#[doc(inline)]
0 commit comments