mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 14:32:57 +00:00
Fix tokio features in zenith utils to enable its standalone compilation
This commit is contained in:
committed by
Kirill Bulatov
parent
d7af965982
commit
3cfcdb92ed
@@ -16,7 +16,7 @@ routerify = "3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "1.0"
|
||||
tokio = "1.11"
|
||||
tokio = { version = "1.11", features = ["macros"]}
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
nix = "0.23.0"
|
||||
|
||||
Reference in New Issue
Block a user