We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db55291 + 8fb0229 commit 09527d8Copy full SHA for 09527d8
templates/command-rust/content/Cargo.toml.tmpl
@@ -14,6 +14,6 @@ package = "component:{{project-name | kebab_case}}"
14
anyhow = "1"
15
spin-sdk = "3.0.1"
16
spin-executor = "3.0.1"
17
-wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }
+wit-bindgen-rt = { version = "0.34.0", features = ["bitflags"] }
18
19
[workspace]
templates/command-rust/content/src/main.rs
@@ -1,6 +1,3 @@
1
-#[allow(warnings)]
2
-mod bindings;
3
-
4
fn main() {
5
println!("Hello, Fermyon!");
6
}
0 commit comments