diff --git a/Cargo.toml b/Cargo.toml index 2ed5784..3c6b957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ exclude = ["examples"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.3.0" authors = ["Chrislearn Young "] edition = "2021" rust-version = "1.73" @@ -21,9 +21,9 @@ license = "MIT OR Apache-2.0" categories = ["web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous"] [workspace.dependencies] -glory-core = { version = "0.2.0", path = "crates/core", default-features = false }# -glory-routing = { version = "0.2.0", path = "crates/routing", default-features = false } -glory-hot-reload = { version = "0.2.0", path = "crates/hot-reload" } +glory-core = { version = "0.3.0", path = "crates/core", default-features = false }# +glory-routing = { version = "0.3.0", path = "crates/routing", default-features = false } +glory-hot-reload = { version = "0.3.0", path = "crates/hot-reload" } anyhow = "1" async-trait = "0.1.42"