Skip to content

Commit 09527d8

Browse files
authored
Merge pull request #47 from ThorstenHans/fix/template
Fix `command-rust` template and bump `wit-bindgen-rt` dependency
2 parents db55291 + 8fb0229 commit 09527d8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

templates/command-rust/content/Cargo.toml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ package = "component:{{project-name | kebab_case}}"
1414
anyhow = "1"
1515
spin-sdk = "3.0.1"
1616
spin-executor = "3.0.1"
17-
wit-bindgen-rt = { version = "0.26.0", features = ["bitflags"] }
17+
wit-bindgen-rt = { version = "0.34.0", features = ["bitflags"] }
1818

1919
[workspace]
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[allow(warnings)]
2-
mod bindings;
3-
41
fn main() {
52
println!("Hello, Fermyon!");
63
}

0 commit comments

Comments
 (0)