From 34bc81eabccb12ca39d9e40295c489d18c334b50 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 27 Aug 2023 00:19:42 +0200 Subject: [PATCH] Release churn-domain v0.1.0, churn v0.1.0 --- crates/churn-domain/Cargo.toml | 4 ++-- crates/churn-server/Cargo.toml | 2 +- crates/churn/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/churn-domain/Cargo.toml b/crates/churn-domain/Cargo.toml index b468f18..f8f9bcb 100644 --- a/crates/churn-domain/Cargo.toml +++ b/crates/churn-domain/Cargo.toml @@ -3,7 +3,7 @@ name = "churn-domain" description.workspace = true authors.workspace = true license-file.workspace = true -version.workspace = true +version= "0.1.0" edition.workspace = true publish.workspace = true @@ -19,4 +19,4 @@ dotenv.workspace = true axum.workspace = true reqwest.workspace = true serde.workspace = true -uuid.workspace = true \ No newline at end of file +uuid.workspace = true diff --git a/crates/churn-server/Cargo.toml b/crates/churn-server/Cargo.toml index b8e62d1..0f72d67 100644 --- a/crates/churn-server/Cargo.toml +++ b/crates/churn-server/Cargo.toml @@ -21,4 +21,4 @@ dotenv.workspace = true axum.workspace = true serde.workspace = true serde_json.workspace = true -uuid.workspace = true \ No newline at end of file +uuid.workspace = true diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index bd9fd81..813d6f8 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -3,7 +3,7 @@ name = "churn" authors.workspace = true description.workspace = true license-file.workspace = true -version.workspace = true +version= "0.1.0" edition.workspace = true publish.workspace = true