Skip to content

Commit

Permalink
fix sqlx deps??
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeyh021 committed Dec 22, 2022
1 parent 95f34e2 commit 58addbd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 99 deletions.
112 changes: 15 additions & 97 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion dcspkg-create/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ clap = { version = "4.0.29", features = ["derive", "cargo"] }
dialoguer = "0.10.2"
semver = "1.0.13"
url = "2.3.0"
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-async-std-rustls"] }
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-rustls"] }
dcspkg = { path = "../dcspkg" }
2 changes: 1 addition & 1 deletion dcspkg-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/uwcs/dcspkg"
license = "MIT"

[dependencies]
sqlx = { version = "0.6.2", features = ["sqlite"] }
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-rustls"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
dotenv = "0.15.0"
serde = { version = "1.0.144", features = ["derive"] }
Expand Down

0 comments on commit 58addbd

Please sign in to comment.