Skip to content

Commit

Permalink
bump core and tauri to 0.1.2 (#1651)
Browse files Browse the repository at this point in the history
core and tauri to 0.1.2
  • Loading branch information
brxken128 committed Oct 21, 2023
1 parent a0629d9 commit 83538f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 83538f2

Please sign in to comment.