reset sqlx features
This commit is contained in:
parent
a9d1daf397
commit
97474de07e
4 changed files with 3 additions and 20 deletions
|
@ -11,7 +11,7 @@ tokio-tungstenite = { version = "0.18.0", features=["native-tls"] }
|
|||
serde = { version = "1.0.149", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
url = "2.3.1"
|
||||
futures-util = "0.3.25"
|
||||
futures = "0.3.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue