Skip to content

Commit

Permalink
Update proto back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Sep 4, 2024
1 parent 1a0e51b commit bde1b8d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 33 deletions.
50 changes: 19 additions & 31 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 @@ -70,10 +70,10 @@ helium-lib = { git = "https://github.com/helium/helium-wallet-rs.git", branch =
hextree = { git = "https://github.com/jaykickliter/HexTree", branch = "main", features = [
"disktree",
] }
helium-proto = { git = "https://github.com/helium/proto", branch = "bbalser/ban_type", features = [
helium-proto = { git = "https://github.com/helium/proto", branch = "master", features = [
"services",
] }
beacon = { git = "https://github.com/helium/proto", branch = "bbalser/ban_type" }
beacon = { git = "https://github.com/helium/proto", branch = "master" }
solana-client = "1.18"
solana-sdk = "1.18"
solana-program = "1.18"
Expand Down

0 comments on commit bde1b8d

Please sign in to comment.