Skip to content

Commit b49cc39

Browse files
Merge pull request #9491 from gitbutlerapp/Fix-CI
Fix CI
2 parents e718a5a + 48ad1d1 commit b49cc39

File tree

4 files changed

+55
-55
lines changed

4 files changed

+55
-55
lines changed

Cargo.lock

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

crates/gitbutler-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
test = false
1616

1717
[build-dependencies]
18-
tauri-build = { version = "2.2.0", features = [] }
18+
tauri-build = { version = "2.3.1", features = [] }
1919

2020
[dependencies]
2121
anyhow = "1.0.98"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@eslint/js": "9.27.0",
3838
"@gitbutler/no-relative-imports": "workspace:*",
39-
"@tauri-apps/cli": "^2.4.1",
39+
"@tauri-apps/cli": "^2.6.2",
4040
"@types/eslint": "9.6.1",
4141
"@types/node": "^22.3.0",
4242
"@typescript-eslint/parser": "^8.33.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)