Skip to content

Commit c8a1b7c

Browse files
committed
update version string
1 parent 2dabb7a commit c8a1b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/mongodb/mongo-rust-driver"
88
license = "Apache-2.0"
99
readme = "README.md"
1010
name = "mongodb"
11-
version = "0.9.0-alpha"
11+
version = "0.9.0"
1212

1313
[dependencies]
1414
base64 = "0.11.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This repository contains the officially supported MongoDB Rust driver, a client
2525
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.
2626
```toml
2727
[dependencies]
28-
mongodb = "0.9.0-alpha"
28+
mongodb = "0.9.0"
2929
bson = "0.14.0"
3030
```
3131

0 commit comments

Comments
 (0)