Skip to content

Commit

Permalink
chore: Switch from sqlx fork to upstream main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jan 18, 2024
1 parent 32573ec commit af39718
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 42 deletions.
77 changes: 38 additions & 39 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ indicatif = "0.17"

[patch.crates-io]
prusto = { git = "https://github.com/sbernauer/prusto.git", branch = "feat/derive-name-attribute" }
# We need to patch some minor things to get the Nix build to work
# Actually someone else propased the exact changes in https://github.com/launchbadge/sqlx/pull/2927
sqlx = { git = "https://github.com/sbernauer/sqlx.git", branch = "fix/query-macro-nix-build" }
# https://github.com/launchbadge/sqlx/pull/2927 was merged but we need to wait for a release
sqlx = { git = "https://github.com/launchbadge/sqlx.git", rev = "b4269b7c865f05701fd0d2d1da1b2d8be7a159b8" }

0 comments on commit af39718

Please sign in to comment.