Skip to content

Commit 0fc08b7

Browse files
release 1.2.0 (#234)
1 parent 1b5d977 commit 0fc08b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = [
55
"Y. T. Chung <[email protected]>",
66
"Kevin Yeh <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This crate works with Cargo and can be found on
2626

2727
```toml
2828
[dependencies]
29-
bson = "1.1.0"
29+
bson = "1.2.0"
3030
```
3131

3232
## Overview of BSON Format

0 commit comments

Comments
 (0)