diff --git a/Cargo.toml b/Cargo.toml index 00342766..fec14a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.9.3" +version = "0.9.2" 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 bb2cfdd0..b5083ab1 100644 --- a/crates/actor-macros/Cargo.toml +++ b/crates/actor-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-actor-macros" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ccbd9ac4..66b64d3c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 83cfd3b8..3ed140ad 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-config" -version = "0.9.3" +version = { workspace = true } 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 01bf37dd..aa353b82 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 = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge-forgejo/Cargo.toml b/crates/forge-forgejo/Cargo.toml index f4cc86ab..43f07baa 100644 --- a/crates/forge-forgejo/Cargo.toml +++ b/crates/forge-forgejo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge-forgejo" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge-github/Cargo.toml b/crates/forge-github/Cargo.toml index b5cec786..44813bc4 100644 --- a/crates/forge-github/Cargo.toml +++ b/crates/forge-github/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge-github" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/forge/Cargo.toml b/crates/forge/Cargo.toml index 07224926..737a223b 100644 --- a/crates/forge/Cargo.toml +++ b/crates/forge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-forge" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 4a83f613..48d96664 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-git" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/repo-actor/Cargo.toml b/crates/repo-actor/Cargo.toml index 58d7124c..11e7418e 100644 --- a/crates/repo-actor/Cargo.toml +++ b/crates/repo-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-repo-actor" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/server-actor/Cargo.toml b/crates/server-actor/Cargo.toml index 7429b45d..e0a42eb7 100644 --- a/crates/server-actor/Cargo.toml +++ b/crates/server-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-server-actor" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 51b3e151..a6115b90 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-server" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true } diff --git a/crates/webhook-actor/Cargo.toml b/crates/webhook-actor/Cargo.toml index 2be259ff..f50dafad 100644 --- a/crates/webhook-actor/Cargo.toml +++ b/crates/webhook-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-next-webhook-actor" -version = "0.9.3" +version = { workspace = true } edition = { workspace = true } license = { workspace = true } repository = { workspace = true }