We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57687f4 commit 1fca3eaCopy full SHA for 1fca3ea
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "drogue-client"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Jens Reimann <jreimann@redhat.com>"]
5
license = "Apache-2.0"
6
description = "Clients for the Drogue IoT Cloud APIs"
README.md
@@ -15,6 +15,6 @@ Add the dependency to your `Cargo.toml`:
15
16
~~~toml
17
[dependencies]
18
-drogue-client = "0.10"
+drogue-client = "0.10.1"
19
~~~
20
0 commit comments