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

Commit cfd1508

Browse files
committed
bump version to 0.3.3
1 parent f8a52c4 commit cfd1508

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.3.2"
10+
version = "0.3.3"
1111

1212
[dependencies]
1313
bitflags = "0.9.1"

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.9.0"
26-
mongodb = "0.3.2"
26+
mongodb = "0.3.3"
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.3.2", features = ["ssl"] }
34+
mongodb = { version = "0.3.3", features = ["ssl"] }
3535
```
3636

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

0 commit comments

Comments
 (0)