File tree Expand file tree Collapse file tree 7 files changed +20
-4
lines changed Expand file tree Collapse file tree 7 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
[dependencies ]
2
2
base = " https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"
3
- sha2 = " 0.0.2 "
3
+ sha2 = " 0.0.4 "
4
4
ic-certification = " https://github.com/nomeata/ic-certification#main"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include ../*.mk
4
4
all : build perf
5
5
6
6
motoko :
7
- $(call build ,motoko)
7
+ $(call build_with_mops ,motoko)
8
8
9
9
rust :
10
10
$(call build,rust)
Original file line number Diff line number Diff line change 6
6
"basic_dao" : {
7
7
"main" : " basic_dao/Main.mo"
8
8
}
9
+ },
10
+ "defaults" : {
11
+ "build" : {
12
+ "packtool" : " mops sources" ,
13
+ "args" : " "
14
+ }
9
15
}
10
16
}
Original file line number Diff line number Diff line change
1
+ [dependencies ]
2
+ base = " https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include ../*.mk
4
4
all : build perf
5
5
6
6
motoko :
7
- $(call build ,motoko)
7
+ $(call build_with_mops ,motoko)
8
8
9
9
rust :
10
10
$(call build,rust)
Original file line number Diff line number Diff line change 6
6
"sub" : {
7
7
"main" : " src/sub/Main.mo"
8
8
}
9
+ },
10
+ "defaults" : {
11
+ "build" : {
12
+ "packtool" : " mops sources" ,
13
+ "args" : " "
14
+ }
9
15
}
10
- }
16
+ }
Original file line number Diff line number Diff line change
1
+ [dependencies ]
2
+ base = " https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"
You can’t perform that action at this time.
0 commit comments