From ab6980e5c3cf618193a2aeb36f71767b3e5b528f Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 13 May 2023 09:30:49 -0300 Subject: [PATCH] next branch --- Cargo.lock | 14 +++++++------- Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 410a8eef..368d58c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4960,7 +4960,7 @@ dependencies = [ [[package]] name = "tauri" version = "2.0.0-alpha.8" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "anyhow", "bytes 1.4.0", @@ -5010,7 +5010,7 @@ dependencies = [ [[package]] name = "tauri-build" version = "2.0.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "anyhow", "cargo_toml", @@ -5030,7 +5030,7 @@ dependencies = [ [[package]] name = "tauri-codegen" version = "2.0.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "base64 0.21.0", "brotli", @@ -5055,7 +5055,7 @@ dependencies = [ [[package]] name = "tauri-macros" version = "2.0.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "heck 0.4.1", "proc-macro2", @@ -5449,7 +5449,7 @@ dependencies = [ [[package]] name = "tauri-runtime" version = "0.13.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "gtk", "http", @@ -5469,7 +5469,7 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" version = "0.13.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "cocoa", "gtk", @@ -5489,7 +5489,7 @@ dependencies = [ [[package]] name = "tauri-utils" version = "2.0.0-alpha.4" -source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1" +source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac" dependencies = [ "aes-gcm 0.10.1", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 8766a2fe..c70e53f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ resolver = "2" [workspace.dependencies] serde = { version = "1", features = ["derive"] } log = "0.4" -tauri = { git = "https://github.com/tauri-apps/tauri", branch = "refactor/cleanup" } -tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "refactor/cleanup" } +tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" } +tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" } serde_json = "1" thiserror = "1"