diff --git a/Cargo.toml b/Cargo.toml index 973e303..6d4461d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" lto = true [build-dependencies] -tauri-build = { version = "2", features = [] } +tauri-build = "2" [dependencies] clap = { version = "4.1", features = ["derive"] } @@ -33,5 +33,5 @@ rfd = { version = "0.15.1", default-features = false, features = ["tokio"] } semver = "1.0.23" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tauri = { version = "2", features = [] } +tauri = "2" tokio = { version = "1.42.0", features = ["full"] }