cli: update cli templates (#1698)

This commit is contained in:
Paul 2022-03-28 16:59:53 -04:00 committed by GitHub
parent 5194de04b1
commit 7803acb995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pub fn cargo_toml(name: &str) -> String {
name = "{0}"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
@ -295,6 +295,7 @@ pub fn git_ignore() -> &'static str {
target
**/*.rs.bk
node_modules
test-ledger
"#
}