diff --git a/examples/cross-contract-high-level/res/cross_contract_high_level.wasm b/examples/cross-contract-high-level/res/cross_contract_high_level.wasm index 21c5212c9..a3dd92b1a 100755 Binary files a/examples/cross-contract-high-level/res/cross_contract_high_level.wasm and b/examples/cross-contract-high-level/res/cross_contract_high_level.wasm differ diff --git a/examples/cross-contract-low-level/res/cross_contract_low_level.wasm b/examples/cross-contract-low-level/res/cross_contract_low_level.wasm index 067b0ca4d..4a48a1e03 100755 Binary files a/examples/cross-contract-low-level/res/cross_contract_low_level.wasm and b/examples/cross-contract-low-level/res/cross_contract_low_level.wasm differ diff --git a/examples/gas-fee-tester/Cargo.toml b/examples/gas-fee-tester/Cargo.toml index c63883c2a..bff01c498 100644 --- a/examples/gas-fee-tester/Cargo.toml +++ b/examples/gas-fee-tester/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/gas-fee-tester/res/gas_fee_tester.wasm b/examples/gas-fee-tester/res/gas_fee_tester.wasm index 6b1e7af56..5c2d89970 100755 Binary files a/examples/gas-fee-tester/res/gas_fee_tester.wasm and b/examples/gas-fee-tester/res/gas_fee_tester.wasm differ diff --git a/examples/lockable-fungible-token/Cargo.toml b/examples/lockable-fungible-token/Cargo.toml index 22712eef9..6e479a2a4 100644 --- a/examples/lockable-fungible-token/Cargo.toml +++ b/examples/lockable-fungible-token/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/lockable-fungible-token/res/lockable_fungible_token.wasm b/examples/lockable-fungible-token/res/lockable_fungible_token.wasm index a3372ceff..64b4b8df2 100755 Binary files a/examples/lockable-fungible-token/res/lockable_fungible_token.wasm and b/examples/lockable-fungible-token/res/lockable_fungible_token.wasm differ diff --git a/examples/mission-control/Cargo.toml b/examples/mission-control/Cargo.toml index 5a697bcbe..68caa6525 100644 --- a/examples/mission-control/Cargo.toml +++ b/examples/mission-control/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/mission-control/res/mission_control.wasm b/examples/mission-control/res/mission_control.wasm index 4ac9805e0..e6597e7f9 100755 Binary files a/examples/mission-control/res/mission_control.wasm and b/examples/mission-control/res/mission_control.wasm differ diff --git a/examples/status-message-collections/Cargo.toml b/examples/status-message-collections/Cargo.toml index 398d971fa..a81e37efb 100644 --- a/examples/status-message-collections/Cargo.toml +++ b/examples/status-message-collections/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/status-message-collections/res/status_message_collections.wasm b/examples/status-message-collections/res/status_message_collections.wasm index ead5a0ee7..10c64fc16 100755 Binary files a/examples/status-message-collections/res/status_message_collections.wasm and b/examples/status-message-collections/res/status_message_collections.wasm differ diff --git a/examples/status-message/Cargo.toml b/examples/status-message/Cargo.toml index ba6accec1..7919314f0 100644 --- a/examples/status-message/Cargo.toml +++ b/examples/status-message/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/status-message/res/status_message.wasm b/examples/status-message/res/status_message.wasm index e0663fdd4..ba6f46b68 100755 Binary files a/examples/status-message/res/status_message.wasm and b/examples/status-message/res/status_message.wasm differ diff --git a/examples/test-contract/Cargo.toml b/examples/test-contract/Cargo.toml index baafbb8b5..47697e909 100644 --- a/examples/test-contract/Cargo.toml +++ b/examples/test-contract/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Near Inc "] edition = "2018" [lib] -crate-type = ["cdylib", "rlib"] +crate-type = ["cdylib"] [dependencies] near-sdk = { path = "../../near-sdk" } diff --git a/examples/test-contract/res/test_contract.wasm b/examples/test-contract/res/test_contract.wasm index a6fd3fe2c..be82d8a76 100755 Binary files a/examples/test-contract/res/test_contract.wasm and b/examples/test-contract/res/test_contract.wasm differ