From 1823ad0b10d8b0a759716ab1ab261ff5528c46e0 Mon Sep 17 00:00:00 2001 From: Dylan Ancel Date: Sat, 29 Feb 2020 23:29:06 +0100 Subject: [PATCH] add path to shipyard_proc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbbe5b0e..71651310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = ["shipyard_proc", "demo"] [dependencies] num_cpus = { version = "1.12.0", optional = true } rayon = { version = "1.3.0", optional = true } -shipyard_proc = { version = "0.2.0", optional = true } +shipyard_proc = { version = "0.2.0", path = "./shipyard_proc", optional = true } serde = { version = "1.0.104", optional = true, default-features = false } parking_lot = { version = "0.10.0" } hashbrown = "0.7.0"