Skip to content

Commit

Permalink
fix: update version of zbus to build system (rustdesk#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
moaz-mokhtar authored Jan 10, 2024
1 parent 352de75 commit 2c8a60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ lib/generated_bridge.dart
.ssh
.devcontainer/.*
# build cache in examples
examples/**/target/
examples/**/target/
# ===
vcpkg_installed
2 changes: 1 addition & 1 deletion vdi/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
hbb_common = { path = "../../libs/hbb_common" }
clap = { version = "4.1", features = ["derive"] }
zbus = { version = "3.0" }
zbus = { version = "3.14.1" }
image = "0.24"
async-trait = "0.1"

0 comments on commit 2c8a60e

Please sign in to comment.