mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-23 19:49:05 +08:00
fix: update version of zbus to build system (#6845)
This commit is contained in:
parent
352de75fdd
commit
2c8a60e0ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -50,3 +50,5 @@ lib/generated_bridge.dart
|
||||
.devcontainer/.*
|
||||
# build cache in examples
|
||||
examples/**/target/
|
||||
# ===
|
||||
vcpkg_installed
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user