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

Commit 7e778ee

Browse files
authored
Merge pull request #160 from saghm/1.0
update dependencies
2 parents f8454f0 + a65b7c8 commit 7e778ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
1313
license = "Apache-2.0"
1414

1515
[dependencies]
16-
bson = "0.2"
16+
bson = "0.3"
1717
byteorder = "0.5"
1818
chrono = "0.2"
1919
rand = "0.3"
@@ -26,4 +26,4 @@ time = "0.1"
2626
bufstream = "0.1.1"
2727

2828
[dev-dependencies]
29-
nalgebra = "0.5"
29+
nalgebra = "0.10"

0 commit comments

Comments
 (0)