Skip to content

Commit

Permalink
Set version on path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Sep 15, 2023
1 parent d69db2d commit 3542a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chassis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3542a41

Please sign in to comment.