Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

Support chrono 4.23. #63

Closed abizjak closed 1 year ago

abizjak commented 1 year ago

Purpose

Do not use functions deprecated in chrono 0.4.23

Changes

Replace usage of deprecated functions with suggested alternatives.

Checklist