Skip to content

Commit

Permalink
Bump more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Dec 6, 2023
1 parent ea55c00 commit d0e2384
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 validator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct Args {
}

// ERRNO 95: Operation not supported
pub const UNSUCCESSFUL_EXIT_CODE: i32 = 95;
const UNSUCCESSFUL_EXIT_CODE: i32 = 95;

#[tokio::main(flavor = "current_thread")]
async fn main() {
Expand Down

0 comments on commit d0e2384

Please sign in to comment.