Skip to content

Commit a3654fb

Browse files
authored
feat!: Upgrade prover version (#4498)
This is a small change to force CI to update prover version (and prover version alone).
1 parent c27fe90 commit a3654fb

File tree

1 file changed

+1
-0
lines changed
  • prover/crates/bin/circuit_prover/src

1 file changed

+1
-0
lines changed

prover/crates/bin/circuit_prover/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ async fn main() -> anyhow::Result<()> {
109109
Ok(())
110110
}
111111

112+
/// The main service entrypoint, contains business logic.
112113
async fn run_inner(
113114
cancellation_token: CancellationToken,
114115
metrics_stop_receiver: tokio::sync::watch::Receiver<bool>,

0 commit comments

Comments
 (0)