Skip to content

Commit 4bace7f

Browse files
committed
v0.24.8
1 parent 98de502 commit 4bace7f

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.24.7"
16+
version = "0.24.8"
1717
edition = "2024"
1818
authors = ["kanarus <mail@kanarus.dev>"]
1919
homepage = "https://crates.io/crates/ohkami"

ohkami/Cargo.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ workspace = true
2020

2121
[dependencies]
2222
# workspace members
23-
ohkami_lib = { version = "=0.24.7", path = "../ohkami_lib" }
24-
ohkami_macros = { version = "=0.24.7", path = "../ohkami_macros" }
25-
ohkami_openapi = { optional = true, version = "=0.24.7", path = "../ohkami_openapi" }
23+
ohkami_lib = { version = "=0.24.8", path = "../ohkami_lib" }
24+
ohkami_macros = { version = "=0.24.8", path = "../ohkami_macros" }
25+
ohkami_openapi = { optional = true, version = "=0.24.8", path = "../ohkami_openapi" }
2626

2727
# workspace dependencies
2828
byte_reader = { workspace = true }
@@ -107,16 +107,12 @@ DEBUG = ["tokio?/rt-multi-thread", "tokio?/macros"]
107107
# "sse",
108108
# "ws",
109109
# "tls",
110-
# #"rt_tokio",
111-
# #"rt_smol",
112-
# "rt_nio",
113-
# #"rt_glommio",
114-
# #"rt_worker",
110+
# "rt_tokio",
115111
# "DEBUG",
116112
# ]
117113

118114
##### Logging customization #####
119-
internal-log-tracing = ["tracing"]
115+
internal-log-tracing = ["dep:tracing"]
120116

121117
[dev-dependencies] # for doc test
122118
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "macros"] }

0 commit comments

Comments
 (0)