diff --git a/dfx.json b/dfx.json index 573bf18..1f97559 100644 --- a/dfx.json +++ b/dfx.json @@ -8,7 +8,7 @@ "defaults": { "build": { "args": "", - "packtool": "vessel sources" + "packtool": "mops sources" } }, "dfx": "0.13.1", diff --git a/mops.toml b/mops.toml index 260e437..603c75f 100644 --- a/mops.toml +++ b/mops.toml @@ -1,6 +1,6 @@ [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" @@ -8,7 +8,7 @@ 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" \ No newline at end of file diff --git a/package-set.dhall b/old_package-set.dhall similarity index 100% rename from package-set.dhall rename to old_package-set.dhall diff --git a/vessel.dhall b/old_vessel.dhall similarity index 100% rename from vessel.dhall rename to old_vessel.dhall