Skip to content

Commit 945e38d

Browse files
committed
minor: fix version in README
1 parent 299661e commit 945e38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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"
28+
mongodb = "0.9.0-alpha"
2929
bson = "0.14.0"
3030
```
3131

0 commit comments

Comments
 (0)