Skip to content

Commit

Permalink
Update cargo.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyulong committed Nov 26, 2024
1 parent 1246c9f commit 12f4f9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scrypto-compiler/tests/assets/call_indirect/Cargo.lock

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

1 change: 1 addition & 0 deletions update-cargo-locks-minimally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set -e
(set -x; cd radix-clis/tests/blueprints; cargo update --workspace)
(set -x; cd scrypto-test/tests/blueprints; cargo update --workspace)
(set -x; cd scrypto-test/assets/blueprints; cargo update --workspace)
(set -x; cd scrypto-compiler/tests/assets/call_indirect; cargo update --workspace)
(set -x; cd scrypto-compiler/tests/assets/scenario_1; cargo update --workspace)
(set -x; cd scrypto-compiler/tests/assets/scenario_2; cargo update --workspace)

Expand Down

0 comments on commit 12f4f9a

Please sign in to comment.