From 5bc88981a3531a9a8070cab0008c476500db8de6 Mon Sep 17 00:00:00 2001 From: crisog Date: Sat, 20 Jul 2024 14:57:27 -0400 Subject: [PATCH] build: ghost-crab-common version --- ghost-crab-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost-crab-macros/Cargo.toml b/ghost-crab-macros/Cargo.toml index f3db1c2..d166d0a 100644 --- a/ghost-crab-macros/Cargo.toml +++ b/ghost-crab-macros/Cargo.toml @@ -15,4 +15,4 @@ quote = "1.0.36" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" syn = { version = "2.0.66", features = ["full"] } -ghost-crab-common = { path = "../ghost-crab-common" } +ghost-crab-common = { path = "../ghost-crab-common", version = "0.2.0" }