Skip to content

Commit

Permalink
Fix: #2508. Update dominator recipe description. (#2514)
Browse files Browse the repository at this point in the history
Co-authored-by: David Von Edge <david.vonedge@smiths.com>
  • Loading branch information
edgex004 and David Von Edge committed Aug 24, 2021
1 parent 3b33d67 commit 97edb3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/cta-add-empty-description-for-rust-dominator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-tauri-app": patch
---

Add empty description to Cargo.toml in dominator recipe.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "<%= name %>"
version = "1.0.0"
categories = ["wasm"]
edition = "2018"
description = ""

[profile.release]
lto = true
Expand Down

0 comments on commit 97edb3a

Please sign in to comment.