Skip to content

Commit

Permalink
Fix codec panic and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex179ohm committed Feb 21, 2019
1 parent d767452 commit fac03b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsq-client"
version = "0.1.11"
version = "0.1.12"
authors = ["Alessandro Cresto Miseroglio <alex179ohm@gmail.com>"]
description = """
Rust client for the NSQ realtime message processing system
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use nsq-client, add this to your Cargo.toml:
```toml
[dependencies]
actix = "0.7"
nsq-client = "0.1.11"
nsq-client = "0.1.12"
```
### Create your first consumer
In order to use nsq-client you first need to create a Reader actor which implement Handler for the type of messages you want to receive
Expand Down

0 comments on commit fac03b2

Please sign in to comment.