Skip to content

Commit

Permalink
Remove sqlx offline feature and a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Sep 1, 2023
1 parent 62e92f2 commit 3b1561e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ name = "ocieguide"
[dependencies]
anyhow = "~1.0.75"
actix-web = "4.4.0"
#actix-web = "4.0.0"
actix-cors = "~0.6.4"
actix-http = "3.4.0"
async-graphql = { git = "https://github.com/async-graphql/async-graphql.git", branch = "master", features = [
Expand All @@ -40,7 +39,6 @@ sqlx = { version = "0.7.1", default-features = false, features = [
"bigdecimal",
"macros",
"migrate",
"offline",
"postgres",
"runtime-actix-rustls",
"uuid",
Expand Down

0 comments on commit 3b1561e

Please sign in to comment.