From 7c8febee20504b99d1266d477015015fb6c272b2 Mon Sep 17 00:00:00 2001 From: Yan Chen Date: Thu, 14 Sep 2023 14:37:44 -0700 Subject: [PATCH] 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"