Skip to content

Commit 94cc34e

Browse files
Back to mainline crypto-rs and helium-lib
1 parent 45f6641 commit 94cc34e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sqlx = { version = "0.8", default-features = false, features = [
6464
"macros",
6565
"runtime-tokio-rustls",
6666
] }
67-
helium-crypto = { version = "0.9.2", default-features = false }
67+
helium-crypto = { version = "0.9.3", default-features = false }
6868
hextree = { git = "https://github.com/jaykickliter/HexTree", branch = "main", features = [
6969
"disktree",
7070
] }
@@ -128,7 +128,6 @@ url = "2.5.4"
128128

129129
[patch.crates-io]
130130
anchor-lang = { git = "https://github.com/madninja/anchor.git", branch = "madninja/const_pubkey" }
131-
helium-crypto = { git = "https://github.com/helium/helium-crypto-rs.git", branch = "mj/update-crypto-deps" }
132131

133132
# When attempting to test proto changes without needing to push a branch you can
134133
# patch the github url to point to your local proto repo.

solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tracing = { workspace = true }
2424
spl-token = { version = "8" }
2525
sqlx = { workspace = true }
2626

27-
helium-lib = { git = "https://github.com/helium/helium-wallet-rs", branch = "mj/helium-crypto-update" }
27+
helium-lib = { git = "https://github.com/helium/helium-wallet-rs", branch = "master" }

0 commit comments

Comments
 (0)