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