Cargo.toml: Use Rust 2021 edition
This commit is contained in:
parent
bde5f4878e
commit
ed89d02c1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue