Skip to content

Commit bb5402a

Browse files
committed
bump version, fixed warning, add badge
1 parent 8bc6313 commit bb5402a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bson-rs"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Y. T. Chung <[email protected]>"]
55
description = "Encoding and decoding support for BSON in Rust"
66
license = "MIT"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# bson-rs
22

3-
[![Build Status](https://travis-ci.org/zonyitoo/bson-rs.svg)](https://travis-ci.org/zonyitoo/bson-rs)
3+
[![Build Status](https://img.shields.io/travis/zonyitoo/bson-rs.svg)](https://travis-ci.org/zonyitoo/bson-rs) [![crates.io](https://img.shields.io/crates/v/bson-rs.svg)](https://crates.io/crates/bson-rs)
4+
45

56
Encoding and decoding support for BSON in Rust
67

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2020
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
#![feature(core)]
23-
2422
//! BSON is a binary format in which zero or more key/value pairs are stored as a single entity.
2523
//! We call this entity a document.
2624
//!

0 commit comments

Comments
 (0)