Skip to content

Commit

Permalink
chore(deps): upgrade Pallas to v0.21 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Jan 5, 2024
1 parent 6cae882 commit 9bf4f71
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 62 deletions.
129 changes: 73 additions & 56 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions src/sync/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ impl gasket::framework::Worker<Stage> for Worker {
) -> Result<(), WorkerError> {
self.process_next(stage, unit).await
}

async fn teardown(&mut self) -> Result<(), WorkerError> {
self.peer_session.abort();

Ok(())
}
}

#[derive(Stage)]
Expand Down

0 comments on commit 9bf4f71

Please sign in to comment.