1
0
mirror of https://github.com/rm-dr/servable.git synced 2025-11-28 05:19:33 -08:00

Minor tweaks (v0.0.2)

This commit is contained in:
2025-11-27 13:37:40 -08:00
parent 7e61c0a955
commit 1f26bd4938
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1274,7 +1274,7 @@ dependencies = [
[[package]]
name = "servable"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"axum",
"chrono",

View File

@@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
rust-version = "1.90.0"
edition = "2024"
version = "0.0.1"
version = "0.0.2"
license = "GPL-3.0"
repository = "https://github.com/rm-dr/servable"
readme = "README.md"