Skip to content

Commit

Permalink
add path to shipyard_proc
Browse files Browse the repository at this point in the history
  • Loading branch information
leudz committed Feb 29, 2020
1 parent 4e5c8d7 commit 1823ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1823ad0

Please sign in to comment.