From b133aab45986a025c6208c9f7868dc7d71247e46 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:51:15 -0400 Subject: [PATCH] Fix description var --- rust/rust/Cargo.toml.jinja | 2 +- rustjswasm/rust/Cargo.toml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/rust/Cargo.toml.jinja b/rust/rust/Cargo.toml.jinja index fc2fb11..d7db932 100644 --- a/rust/rust/Cargo.toml.jinja +++ b/rust/rust/Cargo.toml.jinja @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/{{github}}/{{project_name}}" -description = "{{description}}" +description = "{{project_description}}" [lib] name = "{{module}}" diff --git a/rustjswasm/rust/Cargo.toml.jinja b/rustjswasm/rust/Cargo.toml.jinja index e834b06..e588830 100644 --- a/rustjswasm/rust/Cargo.toml.jinja +++ b/rustjswasm/rust/Cargo.toml.jinja @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" readme = "../README.md" repository = "https://github.com/{{github}}/{{project_name}}" -description = "{{description}}" +description = "{{project_description}}" [lib] name = "{{module}}"