Alpha 0.2.7 (#2244)

* Alpha 0.2.7

* Update Cargo.lock
This commit is contained in:
ameer2468 2024-03-25 22:42:01 +03:00 committed by GitHub
parent 204c876689
commit b34359e688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -8179,7 +8179,7 @@ dependencies = [
[[package]]
name = "sd-core"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"aovec",
"async-channel",
@ -8336,7 +8336,7 @@ dependencies = [
[[package]]
name = "sd-desktop"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"axum",
"directories 5.0.1",

View file

@ -1,6 +1,6 @@
[package]
name = "sd-desktop"
version = "0.2.6"
version = "0.2.7"
description = "The universal file manager."
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
default-run = "sd-desktop"

View file

@ -1,6 +1,6 @@
[package]
name = "sd-core"
version = "0.2.6"
version = "0.2.7"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc."]
rust-version = "1.75.0"