chore: prep 0.6.1 release

This commit is contained in:
Austin Bonander
2022-08-02 18:22:23 -07:00
committed by Austin Bonander
parent b630d5c748
commit cb52c7c62b
8 changed files with 117 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
# Primary crates
axum = { version = "0.5.13", features = ["macros"] }
sqlx = { version = "0.6.0", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
sqlx = { version = "0.6.1", path = "../../../", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
# Important secondary crates