diff options
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r-- | templates/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |