Release churn-domain v0.1.0, churn v0.1.0

This commit is contained in:
Kasper Juul Hermansen 2023-08-27 00:19:42 +02:00
parent 8f8c5fd41a
commit 34bc81eabc
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
3 changed files with 4 additions and 4 deletions

View File

@ -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
uuid.workspace = true

View File

@ -21,4 +21,4 @@ dotenv.workspace = true
axum.workspace = true
serde.workspace = true
serde_json.workspace = true
uuid.workspace = true
uuid.workspace = true

View File

@ -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