Skip to content

Commit

Permalink
Add verification_mapping proto
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 9, 2024
1 parent 5606471 commit a46ccc0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 25 deletions.
56 changes: 34 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
"reward_scheduler",
"solana",
"task_manager",
"hex_assignments"
"hex_assignments",
]
resolver = "2"

Expand Down Expand Up @@ -70,7 +70,7 @@ 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 = "master", features = [
helium-proto = { git = "https://github.com/helium/proto", branch = "macpie/verification_mapping", features = [
"services",
] }
solana-client = "1.18"
Expand All @@ -82,7 +82,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 = "macpie/verification_mapping" }
humantime = "2"
humantime-serde = "1"
metrics = ">=0.22"
Expand Down

0 comments on commit a46ccc0

Please sign in to comment.