Skip to content

Commit

Permalink
Fixed missing rust edition
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil <[email protected]>
  • Loading branch information
kokamkarsahil committed May 2, 2023
1 parent 5bf6fb8 commit 6e08236
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ authors = ["Michael Yuan <[email protected]>"]
description = "Example Files for WasmEdge"
homepage = "https://wasmedge.org"
documentation = "https://wasmedge.org/docs/"
edition = "2018"
1 change: 1 addition & 0 deletions control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "control"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions function/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "function"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "hello"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions move/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "move"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "server"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions string/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "string"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions struct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "struct"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down
1 change: 1 addition & 0 deletions wasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "wasi"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
Expand Down

0 comments on commit 6e08236

Please sign in to comment.