mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
use cargo-hakari to manage workspace_hack crate
workspace_hack is needed to avoid recompilation when different crates inside the workspace depend on the same packages but with different features being enabled. Problem occurs when you build crates separately one by one. So this is irrelevant to our CI setup because there we build all binaries at once, but it may be relevant for local development. this also changes cargo's resolver version to 2
This commit is contained in:
committed by
Dmitry Rodionov
parent
fd78110c2b
commit
eee0f51e0c
@@ -17,3 +17,4 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tar = "0.4"
|
||||
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
workspace_hack = { version = "0.1", path = "../workspace_hack" }
|
||||
|
||||
Reference in New Issue
Block a user