Skip to content

Commit 97edb3a

Browse files
edgex004David Von Edge
andauthored
Fix: #2508. Update dominator recipe description. (#2514)
Co-authored-by: David Von Edge <david.vonedge@smiths.com>
1 parent 3b33d67 commit 97edb3a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": patch
3+
---
4+
5+
Add empty description to Cargo.toml in dominator recipe.

tooling/create-tauri-app/src/templates/dominator/_Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "<%= name %>"
33
version = "1.0.0"
44
categories = ["wasm"]
55
edition = "2018"
6+
description = ""
67

78
[profile.release]
89
lto = true

0 commit comments

Comments
 (0)