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

Commit 6f19608

Browse files
committed
bump to v0.2.5
1 parent b5d1476 commit 6f19608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "mongodb"
88
readme = "README.md"
99
repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
10-
version = "0.2.4"
10+
version = "0.2.5"
1111

1212
[dependencies]
1313
bitflags = "0.7.0"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The driver is available on crates.io. To use the MongoDB driver in your code, ad
2323
```
2424
[dependencies]
2525
bson = "0.6.0"
26-
mongodb = "0.2.4"
26+
mongodb = "0.2.5"
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:
3030

3131
```
3232
[dependencies]
3333
...
34-
mongodb = { version = "0.2.4", features = ["ssl"] }
34+
mongodb = { version = "0.2.5", features = ["ssl"] }
3535
```
3636

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

0 commit comments

Comments
 (0)