alpha 0.3.0 (#2515)

hello world
This commit is contained in:
Utku 2024-05-28 17:35:14 -04:00 committed by GitHub
parent 530e3c8ac8
commit a76aca7d3c
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

@ -9035,7 +9035,7 @@ dependencies = [
[[package]]
name = "sd-core"
version = "0.2.15"
version = "0.3.0"
dependencies = [
"aovec",
"async-channel",
@ -9292,7 +9292,7 @@ dependencies = [
[[package]]
name = "sd-desktop"
version = "0.2.15"
version = "0.3.0"
dependencies = [
"axum",
"directories 5.0.1",

View file

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