Skip to content

Commit

Permalink
Merge pull request #441 from helium/fix-ci
Browse files Browse the repository at this point in the history
Fix Rust CI build
  • Loading branch information
andymck authored Feb 13, 2025
2 parents 1af76ea + 8a379d1 commit 9e3fd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ base64 = ">=0.21"
byteorder = "1"
helium-proto = { path = "../", features = ["services"] }
prost = { workspace = true }
rand = ">=0.8"
rand_chacha = ">=0.3"
rand = "< 0.9"
rand_chacha = "<=0.3.1"
serde = { workspace = true }
sha2 = "0"
rust_decimal = { version = "1", features = ["serde-with-float"] }
Expand Down

0 comments on commit 9e3fd99

Please sign in to comment.