Skip to content

Commit

Permalink
Release: Alpha 0.1.3 (#1813)
Browse files Browse the repository at this point in the history
release: 0.1.3
  • Loading branch information
brxken128 committed Nov 23, 2023
1 parent a7fed83 commit e3c2c90
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 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.

2 changes: 1 addition & 1 deletion 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.2"
version = "0.1.3"
description = "The universal file manager."
authors = ["Spacedrive Technology Inc <[email protected]>"]
default-run = "sd-desktop"
Expand Down
40 changes: 20 additions & 20 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sd-core"
version = "0.1.2"
version = "0.1.3"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc."]
rust-version = "1.73.0"
Expand All @@ -22,16 +22,16 @@ sd-media-metadata = { path = "../crates/media-metadata" }
sd-prisma = { path = "../crates/prisma" }
sd-ffmpeg = { path = "../crates/ffmpeg", optional = true }
sd-crypto = { path = "../crates/crypto", features = [
"rspc",
"specta",
"serde",
"keymanager",
"rspc",
"specta",
"serde",
"keymanager",
] }

sd-images = { path = "../crates/images", features = [
"rspc",
"serde",
"specta",
"rspc",
"serde",
"specta",
] }
sd-file-ext = { path = "../crates/file-ext" }
sd-sync = { path = "../crates/sync" }
Expand All @@ -40,21 +40,21 @@ sd-utils = { path = "../crates/utils" }
sd-core-sync = { path = "./crates/sync" }

rspc = { workspace = true, features = [
"uuid",
"chrono",
"tracing",
"alpha",
"unstable",
"uuid",
"chrono",
"tracing",
"alpha",
"unstable",
] }
prisma-client-rust = { workspace = true }
specta = { workspace = true }
tokio = { workspace = true, features = [
"sync",
"rt-multi-thread",
"io-util",
"macros",
"time",
"process",
"sync",
"rt-multi-thread",
"io-util",
"macros",
"time",
"process",
] }
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down Expand Up @@ -82,7 +82,7 @@ http-range = "0.1.5"
mini-moka = "0.10.2"
serde_with = "3.4.0"
notify = { version = "=5.2.0", default-features = false, features = [
"macos_fsevent",
"macos_fsevent",
], optional = true }
static_assertions = "1.1.0"
serde-hashkey = "0.4.5"
Expand Down

0 comments on commit e3c2c90

Please sign in to comment.