From 8aecaaedc7e1ad1ad6c012b33a981a172d73bdc0 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:03:44 -0700 Subject: [PATCH] ic-agent 0.35, moc 0.12.1 --- .github/workflows/perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 2ce737f..cd5c358 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false env: DFX_VERSION: 0.23.0 - IC_REPL_VERSION: 0.7.0 - MOC_VERSION: 0.13.0 + IC_REPL_VERSION: 0.7.3 + MOC_VERSION: 0.12.1 IC_WASM_VERSION: 0.8.6 RUSTC_VERSION: 1.79.0 steps: