Compare commits

...

3 commits

Author SHA1 Message Date
Renovate Bot
51fb08a9dc chore(deps): update rust crate ratatui to 0.29
Some checks failed
Rust / build (map[name:nightly]) (push) Failing after 1m31s
Rust / build (map[name:stable]) (push) Failing after 2m9s
2024-10-21 19:37:32 +01:00
Renovate Bot
9d6271a176 chore(deps): update docker.io/rust docker tag to v1.82.0
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 9m16s
Rust / build (map[name:nightly]) (push) Successful in 13m39s
Release Please / Release-plz (push) Successful in 2m16s
2024-10-21 19:37:22 +01:00
Renovate Bot
ddc22867b3 chore(deps): update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v5
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 8m44s
Rust / build (map[name:nightly]) (push) Successful in 13m23s
Release Please / Release-plz (push) Successful in 2m37s
2024-10-21 19:37:13 +01:00
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ steps:
- event: push
branch: next
# INFO: https://woodpecker-ci.org/plugins/Docker%20Buildx
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2.0
image: docker.io/woodpeckerci/plugin-docker-buildx:5.0.0
settings:
username: kemitix
repo: git.kemitix.net/kemitix/git-next

View file

@ -4,7 +4,7 @@ steps:
- event: tag
ref: refs/tags/v*
# INFO: https://woodpecker-ci.org/plugins/Docker%20Buildx
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2.0
image: docker.io/woodpeckerci/plugin-docker-buildx:5.0.0
settings:
username: kemitix
repo: git.kemitix.net/kemitix/git-next

View file

@ -27,7 +27,7 @@ git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.13" }
git-next-forge-github = { path = "crates/forge-github", version = "0.13" }
# TUI
ratatui = "0.28"
ratatui = "0.29"
directories = "5.0"
lazy_static = "1.5"
color-eyre = "0.6"

View file

@ -1,4 +1,4 @@
FROM docker.io/rust:1.81.0-bookworm
FROM docker.io/rust:1.82.0-bookworm
RUN apt-get update && \
apt-get install -y libdbus-1-dev && \