Skip to content

Commit d5c12b0

Browse files
committed
[#31] bump version to v0.1.5
1 parent 1b1be59 commit d5c12b0

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.4"
3+
version = "0.1.5"
44
authors = ["Y. T. Chung <[email protected]>"]
55
description = "Encoding and decoding support for BSON in Rust"
66
license = "MIT"
@@ -22,4 +22,4 @@ time = "0.1"
2222

2323
[dependencies.num]
2424
version = "~0.1.27"
25-
default-features = false
25+
default-features = false

0 commit comments

Comments
 (0)