Skip to content

Commit

Permalink
release 0.10.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
saghm authored May 5, 2020
1 parent 1f1f7b4 commit ef3c50a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver"
license = "Apache-2.0"
readme = "README.md"
name = "mongodb"
version = "0.9.1"
version = "0.10.0"

[features]
default = ["tokio-runtime"]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ This repository contains the officially supported MongoDB Rust driver, a client
### Requirements
| Driver Version | Required Rust Version |
|:--------------:|:---------------------:|
| master | 1.42+ |
| master | 1.43+ |
| 0.10.x | 1.43+ |
| 0.9.x | 1.39+ |
- MongoDB 3.6+

### Importing
The driver is available on [crates.io](https://crates.io/crates/mongodb). To use the driver in your application, simply add it to your project's `Cargo.toml`. You will also want to add [`bson`](https://docs.rs/bson) as well.
```toml
[dependencies]
mongodb = "0.9.2"
bson = "0.14.0"
mongodb = "0.10.0"
bson = "0.14.1"
```

## Example Usage
Expand Down

0 comments on commit ef3c50a

Please sign in to comment.