Skip to content

Commit

Permalink
Fixed invalid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej Klajnert committed Apr 29, 2021
1 parent fcdf8c8 commit c5f52ed
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 61 deletions.
213 changes: 153 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Control the IDASEN desk position via bluetooth."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
idasen = { path = "../idasen" }
idasen = "0.1.4"
toml = "0.5.8"
serde = { version = "1.0.123", features = ["derive"] }
shellexpand = "2.1.0"
Expand Down

0 comments on commit c5f52ed

Please sign in to comment.