What's changed?
- Bumped the minimum required version of
serde_json
to 1.0.75 to avoid
confusing errors whenarbitrary_precision
feature is enabled. - Extended the list of supported near-primitives versions from 0.12.0
to >=0.12.0,<0.15.0 to help downstream project avoid duplicate versions
of near-primitives and its dependencies. - Reduced verbosity level of recoverable errors from
ERROR
toWARN
Crate Link: https://crates.io/crates/near-lake-framework/0.4.1
Full Changelog: v0.4.0...v0.4.1