Skip to content

Commit d43a3f1

Browse files
committed
chore: update rust to 1.86.0
This is the latest upstream rust version. The assumption is that this version of the FFI _won't_ land in the current stable release of Lotus.
1 parent 7315a33 commit d43a3f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.78.0"
2+
channel = "1.86.0"
33
components = ["clippy", "rustfmt"]

rust/src/proofs/api.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ fn generate_winning_post_sector_challenge(
527527

528528
Ok(result
529529
.into_iter()
530-
.map(u64::from)
531530
.collect::<Vec<_>>()
532531
.into_boxed_slice()
533532
.into())

0 commit comments

Comments
 (0)