This commit is contained in:
ameer2468 2024-06-20 15:02:20 +03:00 committed by GitHub
parent 8e8747a769
commit 47a4e9a1f7
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

@ -8938,7 +8938,7 @@ dependencies = [
[[package]]
name = "sd-core"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"async-channel",
"async-recursion",
@ -9163,7 +9163,7 @@ dependencies = [
[[package]]
name = "sd-desktop"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"axum",
"dbus",

View file

@ -1,6 +1,6 @@
[package]
name = "sd-desktop"
version = "0.3.1"
version = "0.3.2"
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.3.1"
version = "0.3.2"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
rust-version = "1.78"