You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
@@ -23,7 +23,7 @@ The 1.0 driver is available on crates.io. To use the MongoDB driver in your code
23
23
```
24
24
[dependencies]
25
25
bson = "0.3.1"
26
-
mongodb = "0.1.7"
26
+
mongodb = "0.1.8"
27
27
```
28
28
29
29
Then, import the bson and driver libraries within your code.
@@ -74,8 +74,3 @@ fn main() {
74
74
}
75
75
}
76
76
```
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