Skip to content

Commit e329d42

Browse files
committed
bump version to v0.7.0
1 parent e66b6c0 commit e329d42

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.6.1"
3+
version = "0.7.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.6.1"
19+
bson = "0.7"
2020
```
2121
## Usage
2222
Link the library in _main.rs_:

0 commit comments

Comments
 (0)