Closed HashWarlock closed 1 year ago
Fix Contracts to build with latest version of cargo-contract v3. Link to breaking change https://github.com/paritytech/cargo-contract/releases/tag/v3.0.0
cargo-contract
no_main
#![cfg_attr(not(feature = "std"), no_std)]
crate_type=[cdylib]
Cargo.toml
Related to issue #13
Description
Fix Contracts to build with latest version of
cargo-contract
v3. Link to breaking change https://github.com/paritytech/cargo-contract/releases/tag/v3.0.0Targets
no_main
to#![cfg_attr(not(feature = "std"), no_std)]
crate_type=[cdylib]
fromCargo.toml
filesRelated to issue #13