From dc920ba83c3a8fd4ff05acd42269f2ee155124ed Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:01:13 +0100 Subject: [PATCH] chore: update Cargo.toml info --- .woodpecker/cd.yml | 2 +- Cargo.toml | 6 +++--- teatui/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/cd.yml b/.woodpecker/cd.yml index ea88a83..6ecba16 100644 --- a/.woodpecker/cd.yml +++ b/.woodpecker/cd.yml @@ -13,7 +13,7 @@ steps: token: from_secret: CODEBERG_TOKEN - - name: Release crates + - name: Release unpublished crates image: codeberg.org/jasterv/rust-magic-release:latest pull: true settings: diff --git a/Cargo.toml b/Cargo.toml index bdb7b57..f539bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ resolver = "3" members = ["teatui", "examples/*"] [workspace.package] -authors = ["JasterV <49537445+JasterV@users.noreply.github.com>"] +authors = ["JasterV jasterv@noreply.codeberg.org"] description = "A pure functional framework to build TUIs build on top of ratatui" edition = "2024" -homepage = "https://github.com/JasterV/teatui" +homepage = "https://codeberg.org/JasterV/teatui" license = "MIT" -repository = "https://github.com/JasterV/teatui" +repository = "https://codeberg.org/JasterV/teatui" [workspace.dependencies] crossterm = "0.29.0" diff --git a/teatui/Cargo.toml b/teatui/Cargo.toml index 163ddb7..c7bbccf 100644 --- a/teatui/Cargo.toml +++ b/teatui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teatui" -version = "0.4.0" +version = "0.4.1" description = "An elm-like abstraction over Ratatui" license.workspace = true authors.workspace = true