Skip to content

Commit

Permalink
Try to build without sqlx-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Nov 11, 2024
1 parent 237f3b2 commit d1c2484
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion iot_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ db-store = { path = "../db_store" }
file-store = { path = "../file_store" }
futures = { workspace = true }
futures-util = { workspace = true }
helium-crypto = { workspace = true, features = ["sqlx-postgres"] }
helium-crypto = { workspace = true }
helium-proto = { workspace = true }
hextree = { workspace = true }
http = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion iot_packet_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ futures-util = { workspace = true }
file-store = { path = "../file_store" }
helium-proto = { workspace = true }
helium-crypto = { workspace = true, features = [
"sqlx-postgres",
"multisig",
"solana",
] }
Expand Down
2 changes: 1 addition & 1 deletion iot_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures-util = { workspace = true }
prost = { workspace = true }
chrono = { workspace = true }
helium-proto = { workspace = true }
helium-crypto = { workspace = true, features = ["sqlx-postgres"] }
helium-crypto = { workspace = true }
async-trait = { workspace = true }
h3o = { workspace = true, features = ["geo"] }
xorf = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mobile_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ db-store = { path = "../db_store" }
file-store = { path = "../file_store" }
futures = { workspace = true }
futures-util = { workspace = true }
helium-crypto = { workspace = true, features = ["sqlx-postgres"] }
helium-crypto = { workspace = true }
helium-proto = { workspace = true }
hextree = { workspace = true }
http = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion mobile_packet_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ futures-util = { workspace = true }
file-store = { path = "../file_store" }
helium-proto = { workspace = true }
helium-crypto = { workspace = true, features = [
"sqlx-postgres",
"multisig",
"solana",
] }
Expand Down
2 changes: 1 addition & 1 deletion mobile_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures-util = { workspace = true }
prost = { workspace = true }
once_cell = { workspace = true }
helium-proto = { workspace = true }
helium-crypto = { workspace = true, features = ["sqlx-postgres"] }
helium-crypto = { workspace = true }
humantime = { workspace = true }
rust_decimal = { workspace = true }
rust_decimal_macros = { workspace = true }
Expand Down

0 comments on commit d1c2484

Please sign in to comment.