Skip to content

Commit

Permalink
new features in sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Dec 21, 2023
1 parent 9b94417 commit 05769e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/dal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ prost = "0.12.1"
rand = "0.8"
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.7.3", default-features = false, features = [
"runtime-tokio-native-tls",
"runtime-tokio",
"tls-native-tls",
"macros",
"postgres",
"bigdecimal",
Expand Down

0 comments on commit 05769e2

Please sign in to comment.