fix: update version of zbus to build system (#6845)

This commit is contained in:
Moaz bin Mokhtar 2024-01-10 03:27:36 +02:00 committed by GitHub
parent 352de75fdd
commit 2c8a60e0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -49,4 +49,6 @@ lib/generated_bridge.dart
.ssh .ssh
.devcontainer/.* .devcontainer/.*
# build cache in examples # build cache in examples
examples/**/target/ examples/**/target/
# ===
vcpkg_installed

View File

@ -8,6 +8,6 @@ edition = "2021"
qemu-display = { git = "https://github.com/rustdesk/qemu-display" } qemu-display = { git = "https://github.com/rustdesk/qemu-display" }
hbb_common = { path = "../../libs/hbb_common" } hbb_common = { path = "../../libs/hbb_common" }
clap = { version = "4.1", features = ["derive"] } clap = { version = "4.1", features = ["derive"] }
zbus = { version = "3.0" } zbus = { version = "3.14.1" }
image = "0.24" image = "0.24"
async-trait = "0.1" async-trait = "0.1"