Skip to content

Commit

Permalink
Cargo.lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 20, 2022
1 parent 6f85125 commit c757398
Show file tree
Hide file tree
Showing 69 changed files with 411 additions and 411 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Added some missing substitution rules in the contract preprocessor.
- Allow single zero byte when top-decoding Option::None.
- Ongoing operations module.
- Claim developer rewards module.
- `FromIterator` trait for `ManagedVec`.
- Mandos `"id"` accepted as synonym to `"txId"`.

Expand Down
2 changes: 1 addition & 1 deletion build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# builds all wasm targets

set -e
SMART_CONTRACT_JSONS=$(find . -name "elrond.json")
SMART_CONTRACT_JSONS=$(find ./contracts -name "elrond.json")
for smart_contract_json in $SMART_CONTRACT_JSONS
do
smart_contract_folder=$(dirname $smart_contract_json)
Expand Down
12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/linked-list-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/map-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/queue-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/set-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/single-value-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/mappers/vec-repeat/wasm/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/benchmarks/send-tx-repeat/wasm/Cargo.lock

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

Loading

0 comments on commit c757398

Please sign in to comment.