Skip to content

Commit

Permalink
release v2.13.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelatkinson committed Sep 19, 2024
1 parent 0fbdeef commit 401f638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.0"
version = "2.13.0"
authors = [
"Y. T. Chung <zonyitoo@gmail.com>",
"Kevin Yeh <kevinyeah@utexas.edu>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This crate is available on [crates.io](https://crates.io/crates/bson). To use it

```toml
[dependencies]
bson = "2.12.0"
bson = "2.13.0"
```

Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in your
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//!
//! ```toml
//! [dependencies]
//! bson = "2.12.0"
//! bson = "2.13.0"
//! ```
//!
//! Note that if you are using `bson` through the `mongodb` crate, you do not need to specify it in
Expand Down

0 comments on commit 401f638

Please sign in to comment.