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

Commit f9185ea

Browse files
committed
bump to 0.2.0
1 parent f547ad2 commit f9185ea

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The driver is available on crates.io. To use the MongoDB driver in your code, ad
2323
```
2424
[dependencies]
2525
bson = "0.3.2"
26-
mongodb = "0.1.8"
26+
mongodb = "0.2.0"
2727
```
2828

2929
Alternately, you can use the MongoDB driver with SSL support. To do this, you must have OpenSSL installed on your system. Then, enable the `ssl` feature for MongoDB in your Cargo.toml:

0 commit comments

Comments
 (0)