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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie committed Jun 3, 2019
1 parent bf0d479 commit eed6934
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 @@ -15,7 +15,7 @@ they will have to be stabilized before the 1.0 version is released.

```toml
[dependencies]
libzmq = "0.1.8"
libzmq = "0.1.9"
```

# 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.8"
version = "0.1.9"
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.8")]
#![doc(html_root_url = "https://docs.rs/libzmq/0.1.9")]

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

Expand Down

0 comments on commit eed6934

Please sign in to comment.