Skip to content

concordium-rust-sdk 2.4.0

Compare
Choose a tag to compare

Summary

This is a minor release which updates the dependencies.
In particular using derive macros for smart contracts serialization now requires an extra import. See changes for details.

Changes

  • Re-export concordium_base to enable use of concordium_base_derive
    serialization macros.
  • Bump minimum supported rust version to 1.64.
  • When using derive(Serial,Deserial) macros from the smart_contracts modules
    concordium_std must be made available, for example as
    use concordium_rust_sdk::smart_contracts::common as concordium_std