From 379809f3246c7a6399f5ec7dabdd887acff98546 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:57:42 -0700 Subject: [PATCH] bump certified map dependency (#73) * bump certified map dependency * bump * bump hashmap * revert back hashmap --- 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..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 = "0.1.1" +ic-certification = "https://github.com/nomeata/ic-certification#main"