From 83538f22a1d4e6234a5091b0ac7d5c416fe17f03 Mon Sep 17 00:00:00 2001 From: jake <77554505+brxken128@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:19:38 +0100 Subject: [PATCH] bump core and tauri to 0.1.2 (#1651) core and tauri to 0.1.2 --- Cargo.lock | 4 ++-- apps/desktop/src-tauri/Cargo.toml | 28 ++++++++++++++-------------- core/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dabbf28d251..78d19500e4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6700,7 +6700,7 @@ dependencies = [ [[package]] name = "sd-core" -version = "0.1.0" +version = "0.1.2" dependencies = [ "aovec", "async-channel", @@ -6823,7 +6823,7 @@ dependencies = [ [[package]] name = "sd-desktop" -version = "0.1.1" +version = "0.1.2" dependencies = [ "axum", "futures", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 6ebe2621ece9..e76a64f76d7d 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-desktop" -version = "0.1.1" +version = "0.1.2" description = "The universal file manager." authors = ["Spacedrive Technology Inc."] default-run = "sd-desktop" @@ -10,23 +10,23 @@ edition = { workspace = true } [dependencies] tauri = { version = "1.5.2", features = [ - "dialog-all", - "linux-protocol-headers", - "macos-private-api", - "os-all", - "path-all", - "protocol-all", - "shell-all", - "updater", - "window-all", - "native-tls-vendored" + "dialog-all", + "linux-protocol-headers", + "macos-private-api", + "os-all", + "path-all", + "protocol-all", + "shell-all", + "updater", + "window-all", + "native-tls-vendored", ] } rspc = { workspace = true, features = ["tauri"] } sd-core = { path = "../../../core", features = [ - "ffmpeg", - "location-watcher", - "heif", + "ffmpeg", + "location-watcher", + "heif", ] } tokio = { workspace = true, features = ["sync"] } window-shadows = "0.2.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 710ed763feb6..bc8ce3c074b8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-core" -version = "0.1.0" +version = "0.1.2" description = "Virtual distributed filesystem engine that powers Spacedrive." authors = ["Spacedrive Technology Inc."] rust-version = "1.70.0"