Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: address build failures in some contracts (#24) #35

Merged
merged 1 commit into from
Aug 14, 2023

Commits on Aug 12, 2023

  1. fix: address build failures in some contracts (use-ink#24)

    Description
    ===========
    The build process for some contracts was failing due
    to issues in certain Cargo.toml files.
    
    Changes
    =======
    - Commented out `crate-type` in `Cargo.toml` files.
      There's a conflict with this setting when using
      the updated version of the Ink contract compiler.
    
    - Added `no_main` attribute in `lib.rs`. This was
      missing in some contracts, and the updated version
      of the compiler is printing warning messages when
      it's missing.
    
    This commit addresses issue use-ink#24
    0xf333 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a2f1901 View commit details
    Browse the repository at this point in the history