-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README's and CHANGELOG for v0.11.0 release
- Loading branch information
1 parent
636b53a
commit ce6526b
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "paho-mqtt" | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
edition = "2018" | ||
authors = ["Frank Pagliughi <[email protected]>"] | ||
homepage = "https://github.com/eclipse/paho.mqtt.rust" | ||
|
@@ -21,7 +21,7 @@ ssl = ["paho-mqtt-sys/ssl"] | |
vendored-ssl = ["paho-mqtt-sys/vendored-ssl"] | ||
|
||
[dependencies] | ||
paho-mqtt-sys = { version = "0.6", path = "paho-mqtt-sys", default-features=false } | ||
paho-mqtt-sys = { version = "0.7", path = "paho-mqtt-sys", default-features=false } | ||
libc = "0.2" | ||
futures = "0.3" | ||
futures-timer = "3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "paho-mqtt-sys" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = ["Frank Pagliughi <[email protected]>"] | ||
homepage = "https://github.com/eclipse/paho.mqtt.rust" | ||
repository = "https://github.com/eclipse/paho.mqtt.rust" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// | ||
|
||
/******************************************************************************* | ||
* Copyright (c) 2017-2020 Frank Pagliughi <[email protected]> | ||
* Copyright (c) 2017-2022 Frank Pagliughi <[email protected]> | ||
* | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
|