Auto merge of #11265 - hi-rustin:rustin-patch-missing, r=epage

Add missing edition

When I read this doc, I found that we are missing the edition key in this manifest. I think we should add it because` cargo new` always does this.
This commit is contained in:
bors 2022-10-20 14:55:24 +00:00
commit b1b25a0255
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ in `Cargo.toml`:
[package]
name = "my-project"
version = "0.1.0"
edition = "2021"
[dependencies]
other-crate = { version = "1.0", registry = "my-registry" }