Skip to content

Commit

Permalink
⬆️ Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 10, 2024
1 parent 627d375 commit f633257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ panic = "abort"
[workspace.package]
authors = ["langyo <[email protected]>"]

version = "0.3.1"
version = "0.3.2"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion yuuka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/celestia-island/yuuka"
crate-type = ["cdylib", "rlib"]

[dependencies]
_macros = { path = "../yuuka-macros", package = "yuuka-macros", version = "0.3.1" }
_macros = { path = "../yuuka-macros", package = "yuuka-macros", version = "0.3.2" }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down

0 comments on commit f633257

Please sign in to comment.