From 5ab54585c0d515f54aceb86bd3bf5f273ea3c463 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 8 Aug 2025 21:58:33 +0200 Subject: [PATCH] feat: update noworkers Signed-off-by: kjuulh --- README.md | 2 +- crates/noworkers/Cargo.toml | 2 +- cuddle.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25bd8c1..13c9248 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,6 @@ See [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details. ## Contribute -Simply create an issue here or pr https://github.com/kjuulh/noworkers.git, development happens publicly at: https://git.front.kjuulh.io/kjuulh/noworkers. +Simply create an issue here or pr https://github.com/kjuulh/noworkers.git, development happens publicly at: https://git.kjuulh.io/kjuulh/noworkers. diff --git a/crates/noworkers/Cargo.toml b/crates/noworkers/Cargo.toml index dd052e6..717575d 100644 --- a/crates/noworkers/Cargo.toml +++ b/crates/noworkers/Cargo.toml @@ -4,7 +4,7 @@ edition = "2024" readme = "../../README.md" version.workspace = true license.workspace = true -repository = "https://git.front.kjuulh.io/kjuulh/noworkers" +repository = "https://git.kjuulh.io/kjuulh/noworkers" authors = ["kjuulh "] description = "A small asyncronous worker pool manages thread pool limiting, cancellation and error propogation, inspired by golangs errgroup (requires tokio)" diff --git a/cuddle.yaml b/cuddle.yaml index a62c8b8..17750d1 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -1,6 +1,6 @@ -# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json +# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json -base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-lib-plan.git" +base: "git@git.kjuulh.io:kjuulh/cuddle-rust-lib-plan.git" vars: service: "noworkers" @@ -12,6 +12,6 @@ please: repository: "noworkers" branch: main settings: - api_url: "https://git.front.kjuulh.io" + api_url: "https://git.kjuulh.io" actions: rust: