diff --git a/chassis/Cargo.toml b/chassis/Cargo.toml index 7ced8b2..c64c602 100644 --- a/chassis/Cargo.toml +++ b/chassis/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["dependency-injection", "inversion-of-control", "di"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chassis-proc-macros = { path = "../chassis-proc-macros" } +chassis-proc-macros = { path = "../chassis-proc-macros", version = "=0.2.0" } [dev-dependencies] version-sync = "0.9"