Cargo.toml: Use Rust 2021 edition

This commit is contained in:
Zhaofeng Li 2022-07-01 16:31:13 -07:00
parent bde5f4878e
commit ed89d02c1c

View file

@ -2,7 +2,7 @@
name = "colmena"
version = "0.4.0-pre"
authors = ["Zhaofeng Li <hello@zhaofeng.li>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html