Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [
]

[workspace.package]
version = "0.24.8"
version = "0.24.9"
edition = "2024"
authors = ["kanarus <mail@kanarus.dev>"]
homepage = "https://crates.io/crates/ohkami"
Expand Down
6 changes: 3 additions & 3 deletions ohkami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ workspace = true

[dependencies]
# workspace members
ohkami_lib = { version = "=0.24.8", path = "../ohkami_lib" }
ohkami_macros = { version = "=0.24.8", path = "../ohkami_macros" }
ohkami_openapi = { optional = true, version = "=0.24.8", path = "../ohkami_openapi" }
ohkami_lib = { version = "=0.24.9", path = "../ohkami_lib" }
ohkami_macros = { version = "=0.24.9", path = "../ohkami_macros" }
ohkami_openapi = { optional = true, version = "=0.24.9", path = "../ohkami_openapi" }

# workspace dependencies
byte_reader = { workspace = true }
Expand Down
Loading