From 8700d3a6531faf86bfc026ff7107bce118ae8c8f Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:37:12 +1100 Subject: [PATCH] chore: bump stint --- contractabi.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contractabi.nimble b/contractabi.nimble index c113968..5a5f420 100644 --- a/contractabi.nimble +++ b/contractabi.nimble @@ -3,7 +3,7 @@ author = "Contract ABI Authors" description = "ABI Encoding for Ethereum contracts" license = "MIT" -requires "stint >= 0.8.0 & < 0.9.0" +requires "stint >= 0.8.1 & < 0.9.0" requires "stew >= 0.2.0 & < 0.3.0" requires "nimcrypto >= 0.6.2 & < 0.7.0" requires "questionable >= 0.10.10 & < 0.11.0"