From cd93d047cb948118f32ae0b8b0880a42a74226fb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 14 Jul 2024 14:24:41 +0100 Subject: [PATCH] fix: explicitly specify version in each crate crates.io doesn't appear to like taking the version from the workspace crate --- Cargo.toml | 2 +- crates/actor-macros/Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/file-watcher-actor/Cargo.toml | 2 +- crates/forge-forgejo/Cargo.toml | 2 +- crates/forge-github/Cargo.toml | 2 +- crates/forge/Cargo.toml | 2 +- crates/git/Cargo.toml | 2 +- crates/repo-actor/Cargo.toml | 2 +- crates/server-actor/Cargo.toml | 2 +- crates/server/Cargo.toml | 2 +- crates/webhook-actor/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00b8a46..05820f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.9.2" +version = "0.9.3" edition = "2021" license = "MIT" repository = "https://git.kemitix.net/kemitix/git-next" diff --git a/crates/actor-macros/Cargo.toml b/crates/actor-macros/Cargo.toml index b5083ab..bb2cfdd 100644 --- a/crates/actor-macros/Cargo.toml +++ b/crates/actor-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-actor-macros" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 66b64d3..ccbd9ac 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 3ed140a..83cfd3b 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-config" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/file-watcher-actor/Cargo.toml b/crates/file-watcher-actor/Cargo.toml index aa353b8..01bf37d 100644 --- a/crates/file-watcher-actor/Cargo.toml +++ b/crates/file-watcher-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-file-watcher-actor" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge-forgejo/Cargo.toml b/crates/forge-forgejo/Cargo.toml index 43f07ba..f4cc86a 100644 --- a/crates/forge-forgejo/Cargo.toml +++ b/crates/forge-forgejo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge-forgejo" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge-github/Cargo.toml b/crates/forge-github/Cargo.toml index 44813bc..b5cec78 100644 --- a/crates/forge-github/Cargo.toml +++ b/crates/forge-github/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge-github" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge/Cargo.toml b/crates/forge/Cargo.toml index 737a223..0722492 100644 --- a/crates/forge/Cargo.toml +++ b/crates/forge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 48d9666..4a83f61 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-git" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/repo-actor/Cargo.toml b/crates/repo-actor/Cargo.toml index 11e7418..58d7124 100644 --- a/crates/repo-actor/Cargo.toml +++ b/crates/repo-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-repo-actor" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/server-actor/Cargo.toml b/crates/server-actor/Cargo.toml index e0a42eb..7429b45 100644 --- a/crates/server-actor/Cargo.toml +++ b/crates/server-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-server-actor" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index a6115b9..51b3e15 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-server" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/webhook-actor/Cargo.toml b/crates/webhook-actor/Cargo.toml index f50dafa..2be259f 100644 --- a/crates/webhook-actor/Cargo.toml +++ b/crates/webhook-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-webhook-actor" -version = { workspace = true } +version = "0.9.3" edition = { workspace = true } license = { workspace = true } repository = { workspace = true }