Skip to content

Commit

Permalink
bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Feb 15, 2025
1 parent 925df35 commit f8e327d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [
]

[workspace.package]
version = "0.23.0"
version = "0.23.1"
edition = "2021"
authors = ["kanarus <kanarus786@gmail.com>"]
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 @@ -18,9 +18,9 @@ features = ["rt_tokio", "nightly", "sse", "ws"]

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

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

0 comments on commit f8e327d

Please sign in to comment.