Skip to content

Commit 2d8a66d

Browse files
committed
bump version to 0.11
1 parent d089420 commit 2d8a66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This crate works with Cargo and can be found on
1616

1717
```toml
1818
[dependencies]
19-
bson = "0.10"
19+
bson = "0.11"
2020
```
2121

2222
## Usage

0 commit comments

Comments
 (0)