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