Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
saghm committed Dec 19, 2019
1 parent 2dabb7a commit c8a1b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0-alpha"
version = "0.9.0"

[dependencies]
base64 = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This repository contains the officially supported MongoDB Rust driver, a client
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.0-alpha"
mongodb = "0.9.0"
bson = "0.14.0"
```

Expand Down

0 comments on commit c8a1b7c

Please sign in to comment.