From 84440803be88f08b986e62df7be6a71a2daeb40d Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 7 Jan 2025 14:40:24 +0100 Subject: [PATCH] Retract 1.5.6 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index b73aea95c..d8383d51c 100644 --- a/go.mod +++ b/go.mod @@ -16,6 +16,8 @@ require ( ) retract ( + // see https://github.com/CosmWasm/wasmvm/issues/599; use 1.5.7 instead + v1.5.6 // see https://github.com/CosmWasm/wasmvm/issues/459 v1.4.0 // originally published without the CWA-2023-004 fix