Update rust edition to 2021 #32
Reference in New Issue
Block a user
Delete Branch "update_edition"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using older Cargo resolver introduces an issue with
timedependency features. Thequickcheckfeature oftimecreate, specified in thedev-dependenciesblock gets used even for non-dev dependencies and in all crates that use simple_asn1. Updating the edition fixes the issue.Another option is to specify the resolver type 2 in Cargo.tom, but I cannot think of any downsides of using more recent language version.
Please, refer to this issue for reference: https://github.com/rust-lang/cargo/issues/10719
It seems, like this was already fixed by #31 , so no need for this PR. Looking forward to update on crates.io.
Yeah, I was wondering if something else would come in to combine with that change. Looks like I lost that game of chicken.
I just pushed 0.6.2 to crates. Sorry for the inconvenience!
Pull request closed