Skip to content

Commit

Permalink
Merge branch '0.2.0-rc1' into 0.2.0
Browse files Browse the repository at this point in the history
* 0.2.0-rc1:
  adding mops
  • Loading branch information
skilesare committed May 9, 2023
2 parents 007bcdd + 0d49ea0 commit fadff9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"defaults": {
"build": {
"args": "",
"packtool": "vessel sources"
"packtool": "mops sources"
}
},
"dfx": "0.13.1",
Expand Down
6 changes: 3 additions & 3 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[dependencies]
base = "https://github.com/dfinity/motoko-base#moc-0.8.1"
matchers = "https://github.com/kritzcreek/motoko-matchers#7f95f69ae9a399cedf161d90738db822f315c07e"
matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.0"
candid = "https://github.com/gekctek/motoko_candid#v1.0.1"
xtendedNumbers = "https://github.com/gekctek/motoko_numbers#v1.0.2"
stablebuffer = "https://github.com/skilesare/StableBuffer#v0.2.0"
map = "https://github.com/ZhenyaUsenko/motoko-hash-map#v7.0.0"
candy_0_1_12 = "https://github.com/icdevs/candy_library#v0.1.12"

[package]
name = "candy_library"
version = "0.0.2"
name = "candy"
version = "0.2.0"
description = "Library for Converting Types and Creating Workable Motoko Collections"
repository = "https://github.com/icdevs/candy_library"
File renamed without changes.
File renamed without changes.

0 comments on commit fadff9f

Please sign in to comment.