Skip to content

Commit 9e3fd99

Browse files
authored
Merge pull request #441 from helium/fix-ci
Fix Rust CI build
2 parents 1af76ea + 8a379d1 commit 9e3fd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ base64 = ">=0.21"
1010
byteorder = "1"
1111
helium-proto = { path = "../", features = ["services"] }
1212
prost = { workspace = true }
13-
rand = ">=0.8"
14-
rand_chacha = ">=0.3"
13+
rand = "< 0.9"
14+
rand_chacha = "<=0.3.1"
1515
serde = { workspace = true }
1616
sha2 = "0"
1717
rust_decimal = { version = "1", features = ["serde-with-float"] }

0 commit comments

Comments
 (0)