Skip to content

Commit

Permalink
bump moc to 0.9.6 (#57)
Browse files Browse the repository at this point in the history
* bump `moc` to 0.9.6

* bump `dfx` too

* fix

---------

Co-authored-by: Yan Chen <yan.chen@dfinity.org>
  • Loading branch information
ggreif and chenyan-dfinity authored Jul 11, 2023
1 parent 38b2a73 commit 7ab9666
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
env:
DFX_VERSION: 0.13.1
IC_REPL_VERSION: 0.3.18
MOC_VERSION: 0.8.8
DFX_VERSION: 0.14.2
IC_REPL_VERSION: 0.4.1
MOC_VERSION: 0.9.6
steps:
- uses: actions/checkout@v3
- name: Checkout out gh-pages report
Expand Down
5 changes: 3 additions & 2 deletions dapps/basic_dao.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ output(file, stringify("[", __cost__, "](", svg, ")|\n"));
flamegraph(DAO, "DAO.vote", svg);
};

import init = "2vxsx-fae" as "motoko/.dfx/local/canisters/basic_dao/basic_dao.did";
import init = "2vxsx-fae" as "motoko/.dfx/local/canisters/basic_dao/constructor.did";
perf(motoko, "Motoko", init);
import init = "2vxsx-fae" as "rust/.dfx/local/canisters/basic_dao/basic_dao.did";
import init = "2vxsx-fae" as "rust/.dfx/local/canisters/basic_dao/constructor.did";
perf(rust, "Rust", init);

2 changes: 1 addition & 1 deletion dapps/nft.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!ic-repl
load "../prelude.sh";

import fake = "2vxsx-fae" as "motoko/.dfx/local/canisters/dip721_nft/dip721_nft.did";
import fake = "2vxsx-fae" as "motoko/.dfx/local/canisters/dip721_nft/constructor.did";

// Setup initial account
identity alice;
Expand Down

0 comments on commit 7ab9666

Please sign in to comment.