Skip to content

Commit 0e19dd0

Browse files
authored
add .hbs suffix to template Cargo.toml (trustwallet#4424)
1 parent b516506 commit 0e19dd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

codegen-v2/src/codegen/rust/coin_crate.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ use std::path::PathBuf;
1313
const BLOCKCHAIN_ADDRESS_TEMPLATE: &str = include_str!("templates/blockchain_crate/address.rs");
1414
const BLOCKCHAIN_COMPILER_TEMPLATE: &str = include_str!("templates/blockchain_crate/compiler.rs");
1515
const BLOCKCHAIN_ENTRY_TEMPLATE: &str = include_str!("templates/blockchain_crate/entry.rs");
16-
const BLOCKCHAIN_MANIFEST_TEMPLATE: &str = include_str!("templates/blockchain_crate/Cargo.toml");
16+
const BLOCKCHAIN_MANIFEST_TEMPLATE: &str =
17+
include_str!("templates/blockchain_crate/Cargo.toml.hbs");
1718
const BLOCKCHAIN_LIB_TEMPLATE: &str = include_str!("templates/blockchain_crate/lib.rs");
1819
const BLOCKCHAIN_SIGNER_TEMPLATE: &str = include_str!("templates/blockchain_crate/signer.rs");
1920

File renamed without changes.

0 commit comments

Comments
 (0)