mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
feature: add version number to /status info
Signed-off-by: Leonid Kaganov <lleo@lleo.me>
This commit is contained in:
Generated
+1
-1
@@ -1324,7 +1324,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||||
|
||||
[[package]]
|
||||
name = "hulypulse"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-cors",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "hulypulse"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -189,6 +189,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
"backend": CONFIG.backend.to_string().to_lowercase(),
|
||||
"websockets": count,
|
||||
"status": "OK",
|
||||
"version": env!("CARGO_PKG_VERSION"),
|
||||
})))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user