Skip to content

Commit 14336b2

Browse files
committed
Version: bumped.
1 parent 4fc55a6 commit 14336b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "rmp"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Evgeny Safronov <[email protected]>"]
66

77
description = "Pure Rust MessagePack serialization implementation"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use `rmp`, first add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies.rmp]
19-
rmp = "0.5.0"
19+
rmp = "0.5.1"
2020
```
2121

2222
Then, add this to your crate root:

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//!
1313
//! ```toml
1414
//! [dependencies.rmp]
15-
//! rmp = "0.5.0"
15+
//! rmp = "0.5.1"
1616
//! ```
1717
//!
1818
//! Then, add this to your crate root:

0 commit comments

Comments
 (0)