Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Dec 11, 2023
1 parent 3097e12 commit bfca94b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["examples"]
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.3.1"
authors = ["Chrislearn Young <[email protected]>"]
edition = "2021"
rust-version = "1.73"
Expand All @@ -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.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" }
glory-core = { version = "0.3.1", path = "crates/core", default-features = false }#
glory-routing = { version = "0.3.1", path = "crates/routing", default-features = false }
glory-hot-reload = { version = "0.3.1", path = "crates/hot-reload" }

anyhow = "1"
async-trait = "0.1.42"
Expand Down

0 comments on commit bfca94b

Please sign in to comment.