Skip to content

Commit

Permalink
Comiling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Dec 27, 2023
1 parent 3743ad0 commit a93762f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 52 deletions.
15 changes: 2 additions & 13 deletions bridge-proxy/wasm/Cargo.lock

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

68 changes: 32 additions & 36 deletions multi-transfer-esdt/wasm/Cargo.lock

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

6 changes: 3 additions & 3 deletions multi-transfer-esdt/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
////////////////////////////////////////////////////

// Init: 1
// Endpoints: 18
// Endpoints: 20
// Async Callback (empty): 1
// Total number of exported functions: 20
// Total number of exported functions: 22

#![no_std]
#![allow(internal_features)]

// Configuration that works with rustc < 1.73.0.
// TODO: Recommended rustc version: 1.73.0 or newer.
#![feature(lang_items)]
Expand Down
3 changes: 3 additions & 0 deletions multisig/wasm/Cargo.lock

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

0 comments on commit a93762f

Please sign in to comment.