Fix app from not starting due to missing solid-refresh and bump version to 0.2.0 (#1972)

* deps: add `solid-refresh` to `interface`

* bump `core` and `desktop` to `0.2.0`
This commit is contained in:
jake
2024-01-23 09:35:54 +00:00
committed by GitHub
parent cca6a455af
commit 69221cc033
5 changed files with 3 additions and 2 deletions

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -1,6 +1,6 @@
[package]
name = "sd-desktop"
version = "0.1.4"
version = "0.2.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.1.4"
version = "0.2.0"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc."]
rust-version = "1.73.0"

View File

@@ -61,6 +61,7 @@
"remix-params-helper": "^0.4.10",
"rooks": "^7.14.1",
"solid-js": "^1.8.8",
"solid-refresh": "^0.6.3",
"use-count-up": "^3.0.1",
"use-debounce": "^9.0.4",
"use-resize-observer": "^9.1.0",

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.