Skip to content

Commit

Permalink
Merge pull request #767 from Phala-Network/exclude-sidevm-examples
Browse files Browse the repository at this point in the history
Exclude sidevm examples from the workspace
  • Loading branch information
jasl authored May 5, 2022
2 parents d6f39a4 + 740f078 commit 77fc9ae
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 45 deletions.
41 changes: 0 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exclude = [
"native-nostd-hasher",
"standalone/pruntime",
"crates/pink/examples",
"crates/pink/sidevm/examples",
]

members = [
Expand Down Expand Up @@ -62,10 +63,6 @@ members = [
"crates/pink/sidevm/macro",
"crates/pink/sidevm/logger",
"crates/pink/sidevm/sidevm",
"crates/pink/sidevm/examples/timer",
"crates/pink/sidevm/examples/httpserver",
"crates/pink/sidevm/examples/host",
"crates/pink/sidevm/examples/recv_messages",
"crates/phala-serde-more",
"crates/rustfmt-snippet",
"pallets/phala",
Expand Down
3 changes: 3 additions & 0 deletions crates/pink/sidevm/examples/host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# workaround for https://github.com/rust-lang/cargo/issues/6745
[workspace]

[package]
edition = "2021"
name = "sidevm-host"
Expand Down
3 changes: 3 additions & 0 deletions crates/pink/sidevm/examples/httpserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# workaround for https://github.com/rust-lang/cargo/issues/6745
[workspace]

[package]
edition = "2021"
name = "sidevm-httpserver"
Expand Down
3 changes: 3 additions & 0 deletions crates/pink/sidevm/examples/recv_messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# workaround for https://github.com/rust-lang/cargo/issues/6745
[workspace]

[package]
edition = "2021"
name = "sidevm-recv-messages"
Expand Down
3 changes: 3 additions & 0 deletions crates/pink/sidevm/examples/timer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# workaround for https://github.com/rust-lang/cargo/issues/6745
[workspace]

[package]
edition = "2021"
name = "sidevm-timer"
Expand Down

0 comments on commit 77fc9ae

Please sign in to comment.