aboutsummaryrefslogtreecommitdiff
path: root/reference_impl/Cargo.toml
AgeCommit message (Collapse)Author
2023-03-25upgrade all Cargo.toml files to edition=2021Jack O'Connor
The MSRV is already 1.60, so this doesn't affect much. The only impact to other code is that we no longer need to explicitly import TryInto.
2019-12-02add the reference implementationJack O'Connor