Skip to content

Commit b1cca0e

Browse files
committed
release v0.1.3
1 parent 41501ff commit b1cca0e

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Y. T. Chung <[email protected]>"]
55
description = "Encoding and decoding support for BSON in Rust"
66
license = "MIT"
@@ -17,4 +17,4 @@ libc = "0.1"
1717
rand = "0.3"
1818
rust-crypto = "0.2.31"
1919
rustc-serialize = "0.3"
20-
time = "0.1"
20+
time = "0.1"

0 commit comments

Comments
 (0)