Skip to content

Commit

Permalink
bump moc and cdk (#103)
Browse files Browse the repository at this point in the history
* bump candid and cdk

* bump moc
  • Loading branch information
chenyan-dfinity authored Nov 29, 2023
1 parent 13e04d7 commit cfd9424
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
DFX_VERSION: 0.15.2-beta.1
IC_REPL_VERSION: 0.6.0
MOC_VERSION: 0.10.0
MOC_VERSION: 0.10.2
IC_WASM_VERSION: 0.7.0
RUSTC_VERSION: 1.73.0
steps:
Expand Down
158 changes: 28 additions & 130 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ lto = true
opt-level = 2

[workspace.dependencies]
ic-cdk = "0.10.0"
ic-cdk-timers = "0.4.0"
candid = "0.9.8"
ic-cdk = "0.12.0"
ic-cdk-timers = "0.6.0"
candid = "0.10.0"
serde = "1"
ic-stable-structures = "0.6"

0 comments on commit cfd9424

Please sign in to comment.