Skip to content

Commit

Permalink
Version: bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Aug 10, 2015
1 parent 4fc55a6 commit 14336b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "rmp"
version = "0.5.0"
version = "0.5.1"
authors = ["Evgeny Safronov <division494@gmail.com>"]

description = "Pure Rust MessagePack serialization implementation"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ To use `rmp`, first add this to your `Cargo.toml`:

```toml
[dependencies.rmp]
rmp = "0.5.0"
rmp = "0.5.1"
```

Then, add this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -12,7 +12,7 @@
//!
//! ```toml
//! [dependencies.rmp]
//! rmp = "0.5.0"
//! rmp = "0.5.1"
//! ```
//!
//! Then, add this to your crate root:
Expand Down

0 comments on commit 14336b2

Please sign in to comment.