Alpha 0.3.1 (#2526)

* alpha 0.3.1

* Add missing migration

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
This commit is contained in:
Utku 2024-05-31 01:44:00 -04:00 committed by GitHub
parent 0392c781d7
commit ab97572878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

4
Cargo.lock generated
View file

@ -9047,7 +9047,7 @@ dependencies = [
[[package]]
name = "sd-core"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"aovec",
"async-channel",
@ -9304,7 +9304,7 @@ dependencies = [
[[package]]
name = "sd-desktop"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"axum",
"directories 5.0.1",

View file

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

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "instance" ADD COLUMN "node_remote_identity" BLOB;