This repository was archived by the owner on Oct 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Travis] ( https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype.svg )] ( https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype ) [ ![ Crates.io] ( https://img.shields.io/crates/v/mongodb.svg )] ( https://crates.io/crates/mongodb ) [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( LICENSE )
1
+ [ ![ Travis] ( https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype.svg )] ( https://travis-ci.org/mongodb-labs/mongo-rust-driver-prototype ) [ ![ Crates.io] ( https://img.shields.io/crates/v/mongodb.svg )] ( https://crates.io/crates/mongodb ) [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( LICENSE )
2
2
3
3
MongoDB Rust Driver Prototype
4
4
=============================
@@ -14,16 +14,16 @@ Installation
14
14
15
15
#### Dependencies
16
16
17
- - [ Rust 1.x with Cargo] ( http://rust-lang.org )
17
+ - [ Rust 1.7+ with Cargo] ( http://rust-lang.org )
18
18
19
19
#### Importing
20
20
21
21
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 ` :
22
22
23
23
```
24
24
[dependencies]
25
- bson = "0.1.4 "
26
- mongodb = "0.1.0 "
25
+ bson = "0.2.0 "
26
+ mongodb = "0.1.4 "
27
27
```
28
28
29
29
Then, import the bson and driver libraries within your code.
You can’t perform that action at this time.
0 commit comments