Skip to content

Commit

Permalink
point proto to master
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 5, 2024
1 parent e1aae41 commit 35f2aef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -60,14 +60,14 @@ sqlx = {version = "0", features = [
"runtime-tokio-rustls"
]}
helium-crypto = {version = "0.8.1", features=["sqlx-postgres", "multisig"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "andymck/service-provider-rewards", features = ["services"]}
helium-proto = {git = "https://github.com/helium/proto", branch = "master", features = ["services"]}
hextree = "*"
solana-client = "1.14"
solana-sdk = "1.14"
solana-program = "1.11"
spl-token = "3.5.0"
reqwest = {version = "0", default-features=false, features = ["gzip", "json", "rustls-tls"]}
beacon = { git = "https://github.com/helium/proto", branch = "andymck/service-provider-rewards" }
beacon = { git = "https://github.com/helium/proto", branch = "master" }
humantime = "2"
metrics = "0"
metrics-exporter-prometheus = "0"
Expand Down

0 comments on commit 35f2aef

Please sign in to comment.