From 64cc6e3c32dbf276cd6318b24783c5bd3e9ffe09 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Fri, 28 Jul 2023 11:06:22 -0700 Subject: [PATCH 1/4] bump certified map dependency --- crypto/motoko/mops.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/motoko/mops.template.toml b/crypto/motoko/mops.template.toml index 3f3c3a8a..cb5681fe 100644 --- a/crypto/motoko/mops.template.toml +++ b/crypto/motoko/mops.template.toml @@ -1,4 +1,4 @@ [dependencies] base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION" sha2 = "0.0.2" -ic-certification = "0.1.1" +ic-certification = "https://github.com/chenyan2002/ic-certification#bump-sha2" From 08f5cdb549104a3b94aa1dc5c99957f8b24a0fcb Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Thu, 14 Sep 2023 14:26:32 -0700 Subject: [PATCH 2/4] bump --- crypto/motoko/mops.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/motoko/mops.template.toml b/crypto/motoko/mops.template.toml index cb5681fe..25c4f345 100644 --- a/crypto/motoko/mops.template.toml +++ b/crypto/motoko/mops.template.toml @@ -1,4 +1,4 @@ [dependencies] base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION" sha2 = "0.0.2" -ic-certification = "https://github.com/chenyan2002/ic-certification#bump-sha2" +ic-certification = "https://github.com/nomeata/ic-certification#main" From deaca5c1a0d6c076e7196558d1dea9d1c6b696f7 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Thu, 14 Sep 2023 14:27:39 -0700 Subject: [PATCH 3/4] bump hashmap --- collections/motoko/mops.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/motoko/mops.template.toml b/collections/motoko/mops.template.toml index 38a116a7..99b04602 100644 --- a/collections/motoko/mops.template.toml +++ b/collections/motoko/mops.template.toml @@ -1,6 +1,6 @@ [dependencies] base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION" stableheapbtreemap = "1.3.0" -map = "8.1.0" +map = "9.0.0" splay = "0.1.0" vector = "0.1.2" From 7c8febee20504b99d1266d477015015fb6c272b2 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Thu, 14 Sep 2023 14:37:44 -0700 Subject: [PATCH 4/4] revert back hashmap --- collections/motoko/mops.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/motoko/mops.template.toml b/collections/motoko/mops.template.toml index 99b04602..38a116a7 100644 --- a/collections/motoko/mops.template.toml +++ b/collections/motoko/mops.template.toml @@ -1,6 +1,6 @@ [dependencies] base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION" stableheapbtreemap = "1.3.0" -map = "9.0.0" +map = "8.1.0" splay = "0.1.0" vector = "0.1.2"