From e53788240c166372af8b345f6328ed28ffa1d3ee Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 19 Mar 2023 08:51:44 -0300 Subject: [PATCH] chore(deps): update tauri --- Cargo.lock | 14 +++++++------- plugins/log/.gitignore | 2 +- plugins/log/ios/Package.swift | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe2541d2..926ca69a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4247,7 +4247,7 @@ dependencies = [ [[package]] name = "tauri" version = "2.0.0-alpha.3" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "anyhow", "bytes 1.4.0", @@ -4298,7 +4298,7 @@ dependencies = [ [[package]] name = "tauri-build" version = "2.0.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "anyhow", "cargo_toml", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "tauri-codegen" version = "2.0.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "base64 0.21.0", "brotli", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "tauri-macros" version = "2.0.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "heck", "proc-macro2", @@ -4563,7 +4563,7 @@ dependencies = [ [[package]] name = "tauri-runtime" version = "0.13.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "gtk", "http", @@ -4584,7 +4584,7 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" version = "0.13.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "cocoa", "gtk", @@ -4604,7 +4604,7 @@ dependencies = [ [[package]] name = "tauri-utils" version = "2.0.0-alpha.1" -source = "git+https://github.com/tauri-apps/tauri?branch=next#56b528e4817235f51a699bb8716927d6d38081a3" +source = "git+https://github.com/tauri-apps/tauri?branch=next#9c8276fe030183c6c0698331588a54948bc549f9" dependencies = [ "brotli", "ctor", diff --git a/plugins/log/.gitignore b/plugins/log/.gitignore index 1740956b..28fd5eff 100644 --- a/plugins/log/.gitignore +++ b/plugins/log/.gitignore @@ -1,2 +1,2 @@ node_modules -/tauri-api +/.tauri diff --git a/plugins/log/ios/Package.swift b/plugins/log/ios/Package.swift index 4b465577..4f736418 100644 --- a/plugins/log/ios/Package.swift +++ b/plugins/log/ios/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.7 +// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -16,7 +16,7 @@ let package = Package( targets: ["tauri-plugin-log"]), ], dependencies: [ - .package(name: "Tauri", path: "../tauri-api") + .package(name: "Tauri", path: "../.tauri/tauri-api") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.