mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-25 08:13:30 +00:00
fix(log):replace all println! with log
This commit is contained in:
@ -28,7 +28,7 @@ service = { path = "../service" }
|
||||
cni = { path = "../cni" }
|
||||
async-trait = "0.1"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
log = "0.4.27"
|
||||
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
|
||||
url = "2.4"
|
||||
derive_more = { version = "2", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user