Skip to content

Commit

Permalink
further framework upgrade fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed May 30, 2024
1 parent f7f47b9 commit 827c2ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 47 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion dex/router/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
////////////////////////////////////////////////////

// Init: 1
// Endpoints: 30
// Upgrade: 1
// Endpoints: 29
// Async Callback: 1
// Total number of exported functions: 32

Expand Down
2 changes: 1 addition & 1 deletion legacy-contracts/simple-lock-legacy/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors = ["MultiversX <[email protected]>"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.48.1"
version = "0.50.0"
default-features = false
40 changes: 0 additions & 40 deletions legacy-contracts/simple-lock-legacy/wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion legacy-contracts/simple-lock-legacy/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ overflow-checks = false
[profile.dev]
panic = "abort"

[dependencies.simple-lock-whitelist]
[dependencies.simple-lock-legacy]
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
Expand Down
5 changes: 2 additions & 3 deletions legacy-contracts/simple-lock-legacy/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
////////////////////////////////////////////////////

// Init: 1
// Endpoints: 8
// Upgrade: 1
// Endpoints: 7
// Async Callback (empty): 1
// Total number of exported functions: 10

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

multiversx_sc_wasm_adapter::allocator!();
multiversx_sc_wasm_adapter::panic_handler!();
Expand Down

0 comments on commit 827c2ff

Please sign in to comment.