Skip to content

Commit

Permalink
Release 0.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Aug 27, 2024
1 parent b92c3e1 commit 440e25a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["**/node_modules"]

[workspace.package]
edition = "2021"
version = "0.0.51"
version = "0.0.52"
authors = ["John Beresford <[email protected]>"]
license = "GPL-3.0"
readme = "./README.md"
Expand Down Expand Up @@ -44,12 +44,12 @@ tracing-futures = { version = "0.2.5", features = ["tokio", "futures"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["io", "compat"] }
dotenvy = "0.15.7"
retrom-db = { path = "./packages/db", version = "0.0.51" }
retrom-client = { path = "./packages/client", version = "0.0.51" }
retrom-service = { path = "./packages/service", version = "0.0.51" }
retrom-codegen = { path = "./packages/codegen", version = "0.0.51" }
retrom-plugin-installer = { path = "./plugins/retrom-plugin-installer", version = "0.0.51" }
retrom-plugin-launcher = { path = "./plugins/retrom-plugin-launcher", version = "0.0.51" }
retrom-db = { path = "./packages/db", version = "0.0.52" }
retrom-client = { path = "./packages/client", version = "0.0.52" }
retrom-service = { path = "./packages/service", version = "0.0.52" }
retrom-codegen = { path = "./packages/codegen", version = "0.0.52" }
retrom-plugin-installer = { path = "./plugins/retrom-plugin-installer", version = "0.0.52" }
retrom-plugin-launcher = { path = "./plugins/retrom-plugin-launcher", version = "0.0.52" }
futures = "0.3.30"
bytes = "1.6.0"
reqwest = { version = "0.12.3", features = [
Expand Down

0 comments on commit 440e25a

Please sign in to comment.