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 d089420 commit 2d8a66dCopy full SHA for 2d8a66d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bson"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = [
5
"Y. T. Chung <zonyitoo@gmail.com>",
6
"Kevin Yeh <kevinyeah@utexas.edu>"
README.md
@@ -16,7 +16,7 @@ This crate works with Cargo and can be found on
16
17
```toml
18
[dependencies]
19
-bson = "0.10"
+bson = "0.11"
20
```
21
22
## Usage
0 commit comments