Skip to content

Commit

Permalink
Remove unused helium-crypto feature (sqlx-postgres)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Jul 25, 2024
1 parent 1d2f26b commit 23c2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sqlx = { version = "0", features = [
"runtime-tokio-rustls",
] }
helium-anchor-gen = { git = "https://github.com/helium/helium-anchor-gen.git" }
helium-crypto = { version = "0.8.4", features = ["sqlx-postgres", "multisig"] }
helium-crypto = { version = "0.8.4", features = ["multisig"] }
helium-lib = { git = "https://github.com/helium/helium-wallet-rs.git", branch = "master" }
hextree = { git = "https://github.com/jaykickliter/HexTree", branch = "main", features = [
"disktree",
Expand Down

0 comments on commit 23c2a60

Please sign in to comment.