Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 022304a

Browse files
committed
bump to 0.1.7
1 parent f24d662 commit 022304a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "mongodb"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Valeri Karpov <[email protected]>",
55
"Saghm Rossi <[email protected]>",
66
"Kevin Yeh <[email protected]>"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The 1.0 driver is available on crates.io. To use the MongoDB driver in your code
2222

2323
```
2424
[dependencies]
25-
bson = "0.2.1"
26-
mongodb = "0.1.5"
25+
bson = "0.3.1"
26+
mongodb = "0.1.7"
2727
```
2828

2929
Then, import the bson and driver libraries within your code.

0 commit comments

Comments
 (0)