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

Commit 5c562a3

Browse files
committed
Merge pull request #121 from saghm/remove-unnecessary-to_owned
Remove unnecessary "to_owned" calls
2 parents 1aeebaf + f8345ed commit 5c562a3

File tree

10 files changed

+133
-133
lines changed

10 files changed

+133
-133
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1.3"
16+
bson = "0.1.4"
1717
byteorder = "0.3"
1818
chrono = "0.2"
1919
rand = "0.3"

0 commit comments

Comments
 (0)