Skip to content

Commit a4b801c

Browse files
committed
Add 'core' dependency to examples
1 parent 3c10b4f commit a4b801c

File tree

11 files changed

+12
-1
lines changed

11 files changed

+12
-1
lines changed

motoko/backend_only/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"

motoko/basic_bitcoin/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[dependencies]
22
base = "0.11.2"
3+
core = "1.0.0"
34
bitcoin = "0.1.0"

motoko/daily_planner/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"
56
json = "1.0.0"
67
map = "9.0.1"

motoko/evm_block_explorer/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"
56
sha2 = "0.1.0"
67
base16 = "1.0.0"

motoko/filevault/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"
56
map = "9.0.1"

motoko/flying_ninja/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"

motoko/hello_world/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"

motoko/llm_chatbot/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"
56
llm = "2.1.0"

motoko/nft-creator/mops.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[dependencies]
22
base = "0.14.8"
3+
core = "1.0.0"
34
icrc7-mo = "0.5.0"
45
class-plus = "0.0.1"
5-
vector = "0.2.0"
6+
vector = "0.2.0"

motoko/tokenmania/mops.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
[dependencies]
44
base = "0.14.9"
5+
core = "1.0.0"

0 commit comments

Comments
 (0)