Skip to content

Commit

Permalink
No! user no need devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jun 17, 2024
1 parent 5db937a commit f096420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tauri-build = { version = "1.5", features = [] }
vergen = { version = "8.3.1", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }

[dependencies]
tauri = { version = "1.6", features = ["cli", "shell-open", "dialog-all", "devtools"] }
tauri = { version = "1.6", features = ["cli", "shell-open", "dialog-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
zbus = { version = "4.2", features = ["tokio"] }
Expand Down

0 comments on commit f096420

Please sign in to comment.