Upgrade from 0.31 to 0.32
masterKey changes in version 0.32:
rustler_bigintIntegration: The functionality ofrustler_biginthas moved intorustler. You can replace it by activating thebig_integerfeature onrustler. Note thatrustler::BigIntis a re-export ofnum_bigint::BigInt, whereasrustler_bigint::BigIntwas a wrapper. For most codebases, activate the feature and replacerustler_bigint::BigIntwithrustler::BigInt(ornum_bigint::BigInt).serdeIntegration:serde_rustleris now integrated intorustlervia theserdefeature flag. You can wrapserde-compatible objects inSerdeTermto use them in place ofEncoderorDecoder. This API is currently considered experimental.