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

Commit 5093c45

Browse files
anderspitmansaghm
authored andcommitted
Bump bson to 0.7.0 (#207)
1 parent d2adf34 commit 5093c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The driver is available on crates.io. To use the MongoDB driver in your code, ad
2222

2323
```
2424
[dependencies]
25-
bson = "0.6.1"
25+
bson = "0.7.0"
2626
mongodb = "0.2.6"
2727
```
2828

@@ -149,4 +149,4 @@ Run tests like a regular Rust program:
149149

150150
```
151151
cargo test --verbose
152-
```
152+
```

0 commit comments

Comments
 (0)