We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabbe4b commit 4f49d12Copy full SHA for 4f49d12
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uplift-cli"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["Dylan Owen <dyltotheo@gmail.com>"]
5
description = "A cli tool to control a bluetooth enabled uplift desk"
6
readme = "Readme.md"
@@ -30,4 +30,4 @@ uuid = "1.2"
30
clap = { version = "3.2", features = ["derive", "env"] }
31
32
# Error handling
33
-anyhow = "1.0"
+anyhow = "1.0"
0 commit comments