Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Feb 27, 2024
1 parent ae11e07 commit b9e4563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ move-vm-runtime = { path = "protocol-units/zkfp/vendors/move/language/move-vm/ru
move-vm-test-utils = { path = "protocol-units/zkfp/vendors/move/language/move-vm/test-utils" }
move-binary-format = { path = "protocol-units/zkfp/vendors/move/language/move-binary-format" }
move-vm-types = { path = "protocol-units/zkfp/vendors/move/language/move-vm/types"}
move-core-types = { path= "protocol-units/zkfp/vendors/move/language/move-core/types" }
move-compiler = { path= "protocol-units/zkfp/vendors/move/language/move-compiler" }
move-stdlib = { path= "protocol-units/zkfp/vendors/move/language/move-stdlib" }
move-core-types = { path = "protocol-units/zkfp/vendors/move/language/move-core/types" }
move-compiler = { path = "protocol-units/zkfp/vendors/move/language/move-compiler" }
move-stdlib = { path = "protocol-units/zkfp/vendors/move/language/move-stdlib" }


# Always optimize; building and running the guest takes much longer without optimization.
Expand Down

0 comments on commit b9e4563

Please sign in to comment.