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.24 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-airoldie authored Jul 25, 2019
1 parent 8210204 commit e5378ce
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.23"
libzmq = "0.1.24"
```

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

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

0 comments on commit e5378ce

Please sign in to comment.