feat: update swift-rs

pull/285/head
Lucas Nogueira 2 years ago
parent 961602bd1b
commit 2c60c51192
No known key found for this signature in database
GPG Key ID: C54D79C4018F1D19

16
Cargo.lock generated

@ -4141,7 +4141,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "swift-rs"
version = "0.3.0"
source = "git+https://github.com/Brendonovich/swift-rs?rev=eb6de914ad57501da5019154d476d45660559999#eb6de914ad57501da5019154d476d45660559999"
source = "git+https://github.com/Brendonovich/swift-rs?rev=56b14aa4aa61e93d0fddf695d0cad78b6dd392b4#56b14aa4aa61e93d0fddf695d0cad78b6dd392b4"
dependencies = [
"base64 0.13.1",
"serde",
@ -4258,7 +4258,7 @@ dependencies = [
[[package]]
name = "tauri"
version = "2.0.0-alpha.3"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"anyhow",
"attohttpc",
@ -4308,7 +4308,7 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"anyhow",
"cargo_toml",
@ -4327,7 +4327,7 @@ dependencies = [
[[package]]
name = "tauri-codegen"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"base64 0.21.0",
"brotli",
@ -4352,7 +4352,7 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"heck",
"proc-macro2",
@ -4573,7 +4573,7 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "0.13.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"gtk",
"http",
@ -4594,7 +4594,7 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "0.13.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"cocoa",
"gtk",
@ -4614,7 +4614,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#105fe3fa242df87ad7655b519b0c01c3da9d8ee4"
source = "git+https://github.com/tauri-apps/tauri?branch=feat/update-swiftrs#a0a5eb2170ec829f5951d4aea40c90a4bb732ef4"
dependencies = [
"brotli",
"ctor",

@ -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 = "next" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "feat/update-swiftrs" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "feat/update-swiftrs" }
serde_json = "1"
thiserror = "1"

@ -26,7 +26,7 @@ fern = "0.6"
android_logger = "0.11"
[target."cfg(target_os = \"ios\")".dependencies]
swift-rs = { git = "https://github.com/Brendonovich/swift-rs", rev = "eb6de914ad57501da5019154d476d45660559999" }
swift-rs = { git = "https://github.com/Brendonovich/swift-rs", rev = "56b14aa4aa61e93d0fddf695d0cad78b6dd392b4" }
[features]
colored = ["fern/colored"]
Loading…
Cancel
Save