Skip to content

Commit

Permalink
Bump sqlx to 0.8.0 and refactoring (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek authored Aug 2, 2024
1 parent f9cd59b commit 53eea6a
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 83 deletions.
104 changes: 56 additions & 48 deletions nautilus_core/Cargo.lock

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

4 changes: 1 addition & 3 deletions nautilus_core/infrastructure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ redis = { version = "0.26.1", features = [
"tls-rustls",
"tls-rustls-webpki-roots",
], optional = true }
sqlx = { version = "0.7.4", features = [
"sqlite",
sqlx = { version = "0.8.0", features = [
"postgres",
"any",
"runtime-tokio",
"json"
], optional = true }
Expand Down
Loading

0 comments on commit 53eea6a

Please sign in to comment.