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 Apr 26, 2024
1 parent 3d1fa40 commit cefb2a4
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 cefb2a4

Please sign in to comment.