Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Fix default template to also support no-std. #316

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

The default template does not work for no-std builds, even though it has all the features to support it.

This fixes it by adding the relevant configuration.

Checklist