From 10948ed35a04d6cbe05819acf9903e5e7395375b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 13:44:56 +0200 Subject: feat(treewide): Also remove hard-coded values in the `templates/` dir --- templates/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/rust/Cargo.toml') diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml index 86c4efa..487c507 100644 --- a/templates/rust/Cargo.toml +++ b/templates/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "%INIT_APPLICATION_NAME" description = "%INIT_DESCRIPTION" -version = "0.1.0" +version = "%INIT_APPLICATION_VERSION" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit 1.4.1