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

Commit 83ce987

Browse files
authored
Use docs.rs badge, update version in README
1 parent 7d528c3 commit 83ce987

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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) [![docs.rs](https://docs.rs/mongodb/badge.svg)](https://docs.rs/mongodb) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
22

33
MongoDB Rust Driver Prototype
44
=============================
@@ -23,7 +23,7 @@ The 1.0 driver is available on crates.io. To use the MongoDB driver in your code
2323
```
2424
[dependencies]
2525
bson = "0.3.1"
26-
mongodb = "0.1.7"
26+
mongodb = "0.1.8"
2727
```
2828

2929
Then, import the bson and driver libraries within your code.
@@ -74,8 +74,3 @@ fn main() {
7474
}
7575
}
7676
```
77-
78-
Documentation
79-
-------------
80-
81-
Documentation is built using Cargo. The latest documentation can be found [here](https://docs.rs/mongodb). Generated documentation using `cargo doc` can be found under the *target/doc/* folder.

0 commit comments

Comments
 (0)