Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed May 28, 2019
1 parent 1e3f2fd commit 5894aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A strict subset of ØMQ with an ergonomic API.

```toml
[dependencies]
libzmq = "0.1.5"
libzmq = "0.1.6"
```

# Dead Simple Sample
Expand Down
2 changes: 1 addition & 1 deletion libzmq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libzmq"
version = "0.1.5"
version = "0.1.6"
authors = ["jean-airoldie <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion libzmq/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/libzmq/0.1.5")]
#![doc(html_root_url = "https://docs.rs/libzmq/0.1.6")]

//! *libzmq* - A strict subset of ØMQ with a high level API.
Expand Down

0 comments on commit 5894aec

Please sign in to comment.