mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
f209b2f23c
* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "updater-migration-test"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
tauri-build = { workspace = true }
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true, features = ["wry", "common-controls-v6", "x11"] }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tauri-plugin-updater = { path = "../.." }
|
|
tiny_http = "0.12"
|
|
time = { version = "0.3", features = ["formatting"] }
|