Skip to content

Commit

Permalink
fix creates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Apr 2, 2024
1 parent 16feada commit 042948a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["autokuma", "kuma-cli", "kuma-client"]
resolver = "2"

[workspace.package]
version = "0.0.3"
version = "0.0.0"
edition = "2021"
authors = ["Marco Kirchner <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion autokuma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true
readme = "../README.md"

[dependencies]
kuma-client = { path = "../kuma-client", version = "0.0.3" }
kuma-client = { path = "../kuma-client", version = "0.0.0" }

bollard = { workspace = true }
config = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion kuma-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "kuma"
path = "src/main.rs"

[dependencies]
kuma-client = { path = "../kuma-client", version = "0.0.3" }
kuma-client = { path = "../kuma-client", version = "0.0.0" }

clap = { workspace = true }
config = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
push = false
tag = false
allow-branch = ["*"]

0 comments on commit 042948a

Please sign in to comment.