Skip to content

Commit 28320b5

Browse files
committed
Specify the version on dependency to macro crate
1 parent ea000f9 commit 28320b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/guest-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Used when compiling Rust programs to the component model.
1212
"""
1313

1414
[dependencies]
15-
wit-bindgen-guest-rust-macro = { path = "../guest-rust-macro", optional = true }
15+
wit-bindgen-guest-rust-macro = { path = "../guest-rust-macro", optional = true, version = "0.3.0" }
1616
bitflags = { workspace = true }
1717

1818
[features]

0 commit comments

Comments
 (0)