Skip to content

Commit

Permalink
fix: non-essential movement-sdk from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 24, 2024
1 parent 88ce53e commit 277e124
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 90 deletions.
85 changes: 2 additions & 83 deletions movement-sdk/Cargo.lock

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

14 changes: 7 additions & 7 deletions movement-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ members = [
# "movement-sdk-avalanche",

# execution
"execution/sui-block-executor",
"execution/aptos-block-executor",
"execution/canonical-block-executor",
#"execution/sui-block-executor",
#"execution/aptos-block-executor",
#"execution/canonical-block-executor",

# types
"types/sui-helper-types",
"types/canonical-types",
"types/aptos-helper-types",
# "types/sui-helper-types",
# "types/canonical-types",
# "types/aptos-helper-types",

# sui helpers
"sui-helpers/sui-block-authority-providers",
# "sui-helpers/sui-block-authority-providers",

# clis
"clis/movement",
Expand Down

0 comments on commit 277e124

Please sign in to comment.