Browse Source

Fix coordinator not using build feature flag

tags/v0.3.12^2
haixuantao 6 months ago
parent
commit
31f0b33803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/coordinator/Cargo.toml

+ 1
- 1
binaries/coordinator/Cargo.toml View File

@@ -19,7 +19,7 @@ futures = "0.3.21"
tokio = { version = "1.24.2", features = ["full"] }
tokio-stream = { version = "0.1.8", features = ["io-util", "net"] }
uuid = { version = "1.2.1" }
dora-core = { workspace = true }
dora-core = { workspace = true, features = ["build"] }
tracing = "0.1.36"
dora-tracing = { workspace = true, optional = true }
futures-concurrency = "7.1.0"


Loading…
Cancel
Save