Skip to content

Commit

Permalink
Update helium-proto to hip-109 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed May 6, 2024
1 parent a586a45 commit 5cf7bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ sqlx = {version = "0", features = [
helium-anchor-gen = {git = "https://github.com/helium/helium-anchor-gen.git"}
helium-crypto = {version = "0.8.4", features=["sqlx-postgres", "multisig"]}
hextree = {git = "https://github.com/jaykickliter/HexTree", branch = "main", features = ["disktree"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "mj/hip-109-boost-by-device-type", features = ["services"]}
solana-client = "1.16"
solana-sdk = "1.16"
solana-program = "1.16"
spl-token = "3.5.0"
reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]}
beacon = { git = "https://github.com/helium/proto", branch = "master" }
beacon = { git = "https://github.com/helium/proto", branch = "mj/hip-109-boost-by-device-type" }
humantime = "2"
metrics = "0.21"
metrics-exporter-prometheus = "0"
Expand Down

0 comments on commit 5cf7bfc

Please sign in to comment.