3 Commits
pwa ... 0.3.1

Author SHA1 Message Date
c278e0f830 0.3.1 2024-02-23 23:45:53 +01:00
38f5dd1b71 Update deps 2024-02-23 23:44:28 +01:00
714b31ea31 0.3.0 2023-12-05 16:14:40 +01:00
5 changed files with 273 additions and 192 deletions

455
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,3 @@ lto = true
opt-level = 's'
# Issue with const-generics
incremental = false
[patch."https://git.nubo.sh/hulthe/lighter.git"]
lighter_manager = { path = "../lighter/manager" }
lighter_lib = { path = "../lighter/lib" }

View File

@ -1,6 +1,6 @@
[package]
name = "hemma"
version = "0.2.3"
version = "0.3.1"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.2.3"
version = "0.3.1"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "hemma_web"
version = "0.2.3"
version = "0.3.1"
authors = ["Joakim Hulthe <joakim@hulthe.net"]
edition = "2021"