Skip to content

Commit

Permalink
chore: Rust channel update dedicated to ENIAC Day (#822)
Browse files Browse the repository at this point in the history
It requires updating minor version of curve25519-dalek and ahash crates in the
Cargo.lock.  If you need to use older version of nightly rustc, use
curve25519-dalek-4.1.1 and ahash-07.8/0.8.9.  It affects Cargo.lock only.
  • Loading branch information
monoid committed Feb 22, 2024
1 parent 9cc62cb commit bab0c00
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 127 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion air/src/execution_step/instructions/call/resolved_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct ResolvedArguments {
#[derive(Debug)]
enum CheckArgsResult<T> {
Ok(T),
Joinable(ExecutionError),
Joinable(#[allow(dead_code)] ExecutionError),
}

impl<T> CheckArgsResult<T> {
Expand Down

0 comments on commit bab0c00

Please sign in to comment.