mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: consolidate env_logger to workspace, update to 0.11.8
Signed-off-by: Maximilian Güntner <code@mguentner.de>
This commit is contained in:
committed by
Bo Chen
parent
9d4408ba76
commit
6ba949d741
@@ -7,7 +7,7 @@ version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.13", features = ["cargo", "wrap_help"] }
|
||||
env_logger = "0.11.3"
|
||||
env_logger = { workspace = true }
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
|
||||
Reference in New Issue
Block a user