We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea000f9 commit 28320b5Copy full SHA for 28320b5
crates/guest-rust/Cargo.toml
@@ -12,7 +12,7 @@ Used when compiling Rust programs to the component model.
12
"""
13
14
[dependencies]
15
-wit-bindgen-guest-rust-macro = { path = "../guest-rust-macro", optional = true }
+wit-bindgen-guest-rust-macro = { path = "../guest-rust-macro", optional = true, version = "0.3.0" }
16
bitflags = { workspace = true }
17
18
[features]
0 commit comments