Skip to content

Commit

Permalink
Merge pull request #358 from helium/andymck/bump-beacon
Browse files Browse the repository at this point in the history
use branch of gateway rs
  • Loading branch information
andymck authored Feb 10, 2023
2 parents dbc174b + 1851994 commit aa96c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ helium-crypto = {version = "0.6.3", features=["sqlx-postgres", "multisig"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]}
hextree = "*"
reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]}
beacon = {git = "https://github.com/helium/gateway-rs.git", branch = "main"}
beacon = {git = "https://github.com/helium/gateway-rs.git", branch = "alpha-patches"}
humantime = "2"
metrics = "0"
metrics-exporter-prometheus = "0"
Expand Down

0 comments on commit aa96c4b

Please sign in to comment.