From b6af2378c3408b514a9d4ef07e66f535afb70f3b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 2 Aug 2023 12:25:48 +0200 Subject: [PATCH] feat: update with repository Signed-off-by: kjuulh --- Cargo.toml | 15 ++++++++++----- crates/cuddle-please-commands/Cargo.toml | 2 +- crates/cuddle-please-frontend/Cargo.toml | 2 +- crates/cuddle-please-misc/Cargo.toml | 2 +- crates/cuddle-please/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2eedcfd..c55b11a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,10 @@ [workspace] -members = ["crates/cuddle-please", "crates/cuddle-please-frontend", "crates/cuddle-please-commands", "crates/cuddle-please-misc"] +members = [ + "crates/cuddle-please", + "crates/cuddle-please-frontend", + "crates/cuddle-please-commands", + "crates/cuddle-please-misc", +] resolver = "2" [workspace.dependencies] @@ -21,10 +26,10 @@ conventional_commit_parser = "0.9.4" tempdir = "0.3.7" reqwest = { version = "0.11.18" } git-cliff-core = "1.2.0" -regex = "*" -chrono = "*" -lazy_static = "*" -parse-changelog = "*" +regex = "1.9.1" +chrono = "0.4.26" +lazy_static = "1.4.0" +parse-changelog = "0.6.1" tracing-test = "0.2" pretty_assertions = "1.4" diff --git a/crates/cuddle-please-commands/Cargo.toml b/crates/cuddle-please-commands/Cargo.toml index 38e3ef4..f4cc28c 100644 --- a/crates/cuddle-please-commands/Cargo.toml +++ b/crates/cuddle-please-commands/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cuddle-please-commands" description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" -repository = "https://github.com/kjuulh/dagger-sdk" +repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please" readme = "../../README.md" license-file = "../../LICENSE" version = "0.1.0" diff --git a/crates/cuddle-please-frontend/Cargo.toml b/crates/cuddle-please-frontend/Cargo.toml index 48809b0..3d57d03 100644 --- a/crates/cuddle-please-frontend/Cargo.toml +++ b/crates/cuddle-please-frontend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cuddle-please-frontend" description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" -repository = "https://github.com/kjuulh/dagger-sdk" +repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please" readme = "../../README.md" license-file = "../../LICENSE" version = "0.1.0" diff --git a/crates/cuddle-please-misc/Cargo.toml b/crates/cuddle-please-misc/Cargo.toml index 2ddb0a4..3e5399a 100644 --- a/crates/cuddle-please-misc/Cargo.toml +++ b/crates/cuddle-please-misc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cuddle-please-misc" description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" -repository = "https://github.com/kjuulh/dagger-sdk" +repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please" readme = "../../README.md" license-file = "../../LICENSE" version = "0.1.0" diff --git a/crates/cuddle-please/Cargo.toml b/crates/cuddle-please/Cargo.toml index 43fa41b..6c3d23d 100644 --- a/crates/cuddle-please/Cargo.toml +++ b/crates/cuddle-please/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cuddle-please" description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" -repository = "https://github.com/kjuulh/dagger-sdk" +repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please" readme = "../../README.md" license-file = "../../LICENSE" version = "0.1.0"