Skip to content

Commit

Permalink
cli: update cli templates (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schaaf committed Mar 28, 2022
1 parent 5194de0 commit 7803acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -295,6 +295,7 @@ pub fn git_ignore() -> &'static str {
target
**/*.rs.bk
node_modules
test-ledger
"#
}

Expand Down

0 comments on commit 7803acb

Please sign in to comment.