1 Commits

Author SHA1 Message Date
257d6a8c53 fix(deps): update rust crate prost to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-06-19 00:28:36 +00:00
6 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
# hyperlog # hyperlog
![demo](./assets/demo.gif)
- [x] Display todos as todos - [x] Display todos as todos
- [x] Create sections - [x] Create sections
- [x] Edit todos - [x] Edit todos

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 KiB

View File

@@ -6,7 +6,7 @@ version.workspace = true
[dependencies] [dependencies]
tonic.workspace = true tonic.workspace = true
prost = "0.13.0" prost = "0.14.0"
[build-dependencies] [build-dependencies]
tonic-build = "0.12.0" tonic-build = "0.12.0"

View File

@@ -2,7 +2,7 @@
name = "hyperlog-tui" name = "hyperlog-tui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.kjuulh.io/kjuulh/hyperlog" repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
[dependencies] [dependencies]
hyperlog-core.workspace = true hyperlog-core.workspace = true

View File

@@ -2,7 +2,7 @@
name = "hyperlog" name = "hyperlog"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.kjuulh.io/kjuulh/hyperlog" repository = "https://git.front.kjuulh.io/kjuulh/hyperlog"
[dependencies] [dependencies]
hyperlog-core.workspace = true hyperlog-core.workspace = true

View File

@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json # yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git" base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
vars: vars:
service: "hyperlog" service: "hyperlog"
@@ -35,7 +35,7 @@ please:
repository: hyperlog repository: hyperlog
branch: main branch: main
settings: settings:
api_url: https://git.kjuulh.io api_url: https://git.front.kjuulh.io
actions: actions:
rust: rust: