File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bson"
3- version = " 2.5 .0"
3+ version = " 2.6 .0"
44authors = [
55 " Y. T. Chung <zonyitoo@gmail.com>" ,
66 " Kevin Yeh <kevinyeah@utexas.edu>" ,
Original file line number Diff line number Diff 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
4242Note that if you are using ` bson ` through the ` mongodb ` crate, you do not need to specify it in your
Original file line number Diff line number Diff line change 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
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) ]
You can’t perform that action at this time.
0 commit comments