Skip to content

Commit

Permalink
build(backend): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 20, 2023
1 parent e2970e3 commit 5c846e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

15 changes: 12 additions & 3 deletions apps/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
[package]
name = "ryot"
version = "0.0.37"
version = "0.0.38"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
apalis = { git = "https://github.com/geofmureithi/apalis.git", rev = "008068", features = ["cron", "extensions", "sqlite"] }
apalis = { git = "https://github.com/geofmureithi/apalis.git", rev = "008068", features = [
"cron",
"extensions",
"sqlite",
] }
argon2 = "0.5.0"
async-graphql = { version = "5.0.7", features = ["chrono", "decimal", "log", "uuid"] }
async-graphql = { version = "5.0.7", features = [
"chrono",
"decimal",
"log",
"uuid",
] }
async-graphql-axum = "5.0.7"
async-trait = "0.1.68"
axum = { version = "0.6.12", features = ["macros"] }
Expand Down

0 comments on commit 5c846e3

Please sign in to comment.