Skip to content

Commit

Permalink
chore: updated ubi (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Oct 27, 2024
1 parent 2c83dff commit 1c9f3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 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 src/backend/ubi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl Backend for UbiBackend {
builder = builder.matching(matching);
}

let ubi = builder.build()?;
let mut ubi = builder.build()?;

let rt = tokio::runtime::Builder::new_current_thread()
.enable_io()
Expand Down

0 comments on commit 1c9f3a7

Please sign in to comment.