Skip to content

Commit f563b02

Browse files
committed
Merge branch 'feature/fallback_targets' of github.com:kandrelczyk/plugins-workspace into feature/fallback_targets
2 parents 3d7200b + e67750c commit f563b02

File tree

19 files changed

+239
-294
lines changed

19 files changed

+239
-294
lines changed

Cargo.lock

Lines changed: 43 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ resolver = "2"
1212
serde = { version = "1", features = ["derive"] }
1313
tracing = "0.1"
1414
log = "0.4"
15+
# Make sure to update the one in `plugins/updater/Cargo.toml` when we bump this
16+
# since it is not using `workspace = true`
1517
tauri = { version = "2.6", default-features = false }
1618
tauri-build = "2.3"
1719
tauri-plugin = "2.3"

examples/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@iconify-json/codicon": "^1.2.12",
3737
"@iconify-json/ph": "^1.2.2",
3838
"@sveltejs/vite-plugin-svelte": "^6.0.0",
39-
"@tauri-apps/cli": "2.7.0",
39+
"@tauri-apps/cli": "2.7.1",
4040
"@unocss/extractor-svelte": "^66.3.3",
4141
"svelte": "^5.20.4",
4242
"unocss": "^66.3.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rollup": "4.45.1",
2424
"tslib": "2.8.1",
2525
"typescript": "5.8.3",
26-
"typescript-eslint": "8.37.0"
26+
"typescript-eslint": "8.38.0"
2727
},
2828
"pnpm": {
2929
"overrides": {

0 commit comments

Comments
 (0)