Skip to content

Commit

Permalink
bump to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Feb 8, 2023
1 parent a5fc095 commit 711ce99
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ members = [
]

[workspace.package]
version = "0.52.0"
version = "0.53.0"
edition = "2021"

[workspace.dependencies]
lightspeed_auth = { version = "0.52.0", path = "./auth" }
lightspeed_cache = { version = "0.52.0", path = "./cache" }
lightspeed_cms = { version = "0.52.0", path = "./cms" }
lightspeed_core = { version = "0.52.0", path = "./core" }
lightspeed_email = { version = "0.52.0", path = "./email" }
lightspeed_file_store = { version = "0.52.0", path = "./file_store" }
lightspeed_hash = { version = "0.52.0", path = "./hash" }
lightspeed_logger = { version = "0.52.0", path = "./logger" }
lightspeed_scheduler = { version = "0.52.0", path = "./scheduler" }
lightspeed_auth = { version = "0.53.0", path = "./auth" }
lightspeed_cache = { version = "0.53.0", path = "./cache" }
lightspeed_cms = { version = "0.53.0", path = "./cms" }
lightspeed_core = { version = "0.53.0", path = "./core" }
lightspeed_email = { version = "0.53.0", path = "./email" }
lightspeed_file_store = { version = "0.53.0", path = "./file_store" }
lightspeed_hash = { version = "0.53.0", path = "./hash" }
lightspeed_logger = { version = "0.53.0", path = "./logger" }
lightspeed_scheduler = { version = "0.53.0", path = "./scheduler" }

actix-files = { version = "0.6.0" }
actix-rt = "2"
Expand Down

0 comments on commit 711ce99

Please sign in to comment.