Skip to content

Commit

Permalink
feat: use govee-api v.1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Sep 13, 2023
1 parent 058a53f commit b3643cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust_that_light"
authors = ["Maciej Gierada @mgierada"]
version = "0.9.0"
version = "0.10.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,8 +12,8 @@ reqwest = {version = "0.11.20", features = ["blocking", "json"]}
serde = {version = "1.0.188", features = ["derive"]}
serde_json = "1.0.106"
lazy_static = "1.4.0"
govee-api = {version = "1.2.0"}
# govee-api = {version = "1.2.0", path = "../../govee-api.git/bulk_control_device"}
govee-api = {version = "1.3.0"}
# govee-api = {version = "1.3.0", path = "../../govee-api.git/add_clone_derive_to_PayloadBody/"}

[dependencies.rocket]
version = "0.5.0-rc.1"
Expand Down

0 comments on commit b3643cd

Please sign in to comment.