diff --git a/Cargo.toml b/Cargo.toml index 0034276..fec14a5 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 bb2cfdd..b5083ab 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 ccbd9ac..66b64d3 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 83cfd3b..3ed140a 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 01bf37d..aa353b8 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 f4cc86a..43f07ba 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 b5cec78..44813bc 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 0722492..737a223 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 4a83f61..48d9666 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 58d7124..11e7418 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 7429b45..e0a42eb 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 51b3e15..a6115b9 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 2be259f..f50dafa 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 }