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

Commit ee43ab7

Browse files
committed
Update import instructions
1 parent 1492c40 commit ee43ab7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ The API and implementation are currently subject to change at any time. You must
1313
- [Rust 1.0 with Cargo](http://rust-lang.org)
1414

1515
#### Importing
16-
The 1.0 driver is currently available as a git dependency. To use the MongoDB driver in your code, add the bson and mongodb packages to your ```Cargo.toml```:
16+
The 1.0 driver is available on crates.io. To use the MongoDB driver in your code, add the bson and mongodb packages to your ```Cargo.toml```:
1717
```
1818
[dependencies]
1919
bson = "0.1.3"
20-
21-
[dependencies.mongodb]
22-
git = "https://github.com/mongodbinc-interns/mongo-rust-driver-prototype"
23-
branch = "1.0"
20+
mongodb = "0.1.0"
2421
```
2522

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

0 commit comments

Comments
 (0)