Skip to content

Commit

Permalink
Use link to sqlx repo instead of fork (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych authored Nov 11, 2024
1 parent fc79a09 commit a1c9f27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ tower-http = { version = "0", features = ["trace"] }
derive_builder = "0"

[patch.crates-io]
sqlx = { git = "https://github.com/helium/sqlx.git", rev = "92a2268f02e0cac6fccb34d3e926347071dbb88d" }
# v0.7.0-alpha.3
# https://github.com/launchbadge/sqlx/commit/42dd78fe931df651eac411316ed3eab87c2f79b2
sqlx = { git = "https://github.com/launchbadge/sqlx.git", rev = "42dd78fe931df651eac411316ed3eab87c2f79b2" }

# When attempting to test proto changes without needing to push a branch you can
# patch the github url to point to your local proto repo.
Expand Down
5 changes: 0 additions & 5 deletions boost_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ chrono = { workspace = true, features = ["serde"] }
metrics = { workspace = true }
metrics-exporter-prometheus = { workspace = true }
helium-proto = { workspace = true }
helium-crypto = { workspace = true, features = [
"sqlx-postgres",
"multisig",
"solana",
] }
rust_decimal = { workspace = true }
rust_decimal_macros = { workspace = true }
tonic = { workspace = true }
Expand Down

0 comments on commit a1c9f27

Please sign in to comment.