Skip to content

Commit 168427e

Browse files
committed
Bump version to 0.6.0 and remove machi-bot workspace dependency
- Update workspace package version from 0.5.1 to 0.6.0 - Update machi and machi-derive dependency versions to 0.6.0 - Remove machi-bot from workspace dependencies after subproject deletion
1 parent ca9a3b3 commit 168427e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ default-members = ["machi"]
44
resolver = "3"
55

66
[workspace.package]
7-
version = "0.5.1"
7+
version = "0.6.0"
88
edition = "2024"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/pyroth/machi"
1111

1212
[workspace.dependencies]
13-
machi = { version = "0.5.1", path = "machi" }
14-
machi-derive = { version = "0.5.1", path = "machi-derive" }
15-
machi-bot = { version = "0.5.1", path = "machi-bot" }
13+
machi = { version = "0.6.0", path = "machi" }
14+
machi-derive = { version = "0.6.0", path = "machi-derive" }
1615

1716
anyhow = "1.0"
1817
async-stream = "0.3"

0 commit comments

Comments
 (0)