Skip to content

Commit ce3b36b

Browse files
committed
Upgrade version to 0.5.1
- Update workspace.package version from 0.5.0 to 0.5.1 - Synchronize machi and machi-derive dependency versions to 0.5.1
1 parent 04ba76e commit ce3b36b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

66
[workspace.package]
7-
version = "0.5.0"
7+
version = "0.5.1"
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.0", path = "machi" }
14-
machi-derive = { version = "0.5.0", path = "machi-derive" }
13+
machi = { version = "0.5.1", path = "machi" }
14+
machi-derive = { version = "0.5.1", path = "machi-derive" }
1515

1616
anyhow = "1.0"
1717
async-trait = "0.1"

0 commit comments

Comments
 (0)