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 b1a8cc4 commit 78e9a29
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 @@ -66,7 +66,7 @@ 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 = [
helium-proto = { git = "https://github.com/helium/proto", branch = "mj/hip-109-boost-by-device-type", features = [
"services",
] }
solana-client = "1.16"
Expand All @@ -78,7 +78,7 @@ reqwest = { version = "0", default-features = false, features = [
"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.22"
metrics-exporter-prometheus = "0"
Expand Down

0 comments on commit 78e9a29

Please sign in to comment.