We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7315a33 commit d43a3f1Copy full SHA for d43a3f1
rust/rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.78.0"
+channel = "1.86.0"
3
components = ["clippy", "rustfmt"]
rust/src/proofs/api.rs
@@ -527,7 +527,6 @@ fn generate_winning_post_sector_challenge(
527
528
Ok(result
529
.into_iter()
530
- .map(u64::from)
531
.collect::<Vec<_>>()
532
.into_boxed_slice()
533
.into())
0 commit comments