doc: add 2021 edition to installation section
This commit is contained in:
parent
b93c4efaa7
commit
f54b99984e
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ dependency in `Cargo.toml`.
|
|||
[package]
|
||||
name = "my-crate"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Me <user@rust-lang.org>"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Reference in a new issue