From 79022312d3ab32ff8a385a2da4b04230a7551f25 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 17 Jan 2024 01:48:25 +0100 Subject: [PATCH] bump chia_rs dependency to 0.4.0 (#17341) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38440d5d1d26..3686358e2c3c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "chiapos==2.0.3", # proof of space "clvm==0.9.8", "clvm_tools==0.4.7", # Currying, Program.to, other conveniences - "chia_rs==0.3.3", + "chia_rs==0.4.0", "clvm-tools-rs==0.1.40", # Rust implementation of clvm_tools' compiler "aiohttp==3.9.1", # HTTP server for full node rpc "aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks