Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damienpontifex committed May 11, 2021
1 parent 8c1c05c commit b1d45c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_iot_sdk"
version = "0.7.1"
version = "0.8.0"
authors = ["Damien Pontifex <damien.pontifex@gmail.com>"]
edition = "2018"
repository = "https://github.com/damienpontifex/azure-iot-sdk-rs"
Expand All @@ -20,7 +20,7 @@ https-transport = ["hyper", "hyper-tls"]
with-provision = []

[dependencies]
log = "0.4.0"
log = "0.4"
mqtt-protocol = { version = "0.11", features = ["tokio"] }
serde_urlencoded = "0.7"
serde_json = "1"
Expand Down

0 comments on commit b1d45c2

Please sign in to comment.