Skip to content

Commit 622270b

Browse files
committed
renamed crate name to bson
1 parent c43db6b commit 622270b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bson-rs"
2+
name = "bson"
33
version = "0.1.0"
44
authors = ["Y. T. Chung <[email protected]>"]
55
description = "Encoding and decoding support for BSON in Rust"

README.md

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

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)
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.svg)](https://crates.io/crates/bson)
44

55

66
Encoding and decoding support for BSON in Rust
77

88
```toml
99
[dependencies]
10-
bson-rs = "*"
10+
bson = "*"
1111
```

0 commit comments

Comments
 (0)