Skip to content

Commit

Permalink
[execution-layer] Update logic for execution-layer cuts to work with …
Browse files Browse the repository at this point in the history
…no workspace hack
  • Loading branch information
tzakian committed Feb 22, 2024
1 parent 97a6bf1 commit a3474d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/execution_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def do_cut(args):

clean_up_cut(args.feature)
update_toml(args.feature, Path() / "sui-execution" / "Cargo.toml")
update_toml(args.feature, Path() / ".config" / "hakari.toml")
generate_impls(args.feature, impl_module)

with open(Path() / "sui-execution" / "src" / "lib.rs", mode="w") as lib:
Expand Down
1 change: 1 addition & 0 deletions sui-execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ move-bytecode-verifier-v1 = { path = "../external-crates/move/move-execution/v1/
move-vm-runtime-latest = { path = "../external-crates/move/crates/move-vm-runtime", package = "move-vm-runtime" }
move-vm-runtime-v0 = { path = "../external-crates/move/move-execution/v0/move-vm/runtime" }
move-vm-runtime-v1 = { path = "../external-crates/move/move-execution/v1/crates/move-vm-runtime" }
# move-vm-runtime-$CUT = { path = "../external-crates/move/move-execution/$CUT/crates/move-vm-runtime" }

[dev-dependencies]
cargo_metadata = "0.15.4"
Expand Down

0 comments on commit a3474d7

Please sign in to comment.