Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Apr 11, 2017
1 parent 755b242 commit 107d804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "resp"
version = "1.0.1"
version = "1.0.2"
authors = ["Qing Yan <[email protected]>"]
description = "RESP(REdis Serialization Protocol) Serialization for Rust."
documentation = "https://iorust.github.io/resp/resp"
documentation = "https://docs.rs/resp"
homepage = "https://github.com/iorust/resp"
repository = "https://github.com/iorust/resp.git"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
html_playground_url = "https://play.rust-lang.org",
issue_tracker_base_url = "https://github.com/iorust/resp/issues")]

//! RESP(REdis Serialization Protocol) Serialization for Rust.
//! RESP(Redis Serialization Protocol) Serialization for Rust.
pub use self::value::Value;
pub use self::serialize::{encode, encode_slice, Decoder};
Expand Down

0 comments on commit 107d804

Please sign in to comment.