bump chia_rs to 0.2.7 (#15110)

This commit is contained in:
Arvid Norberg 2023-04-24 20:44:09 +02:00 committed by GitHub
parent e824332f35
commit fd8b85eb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ dependencies = [
"chiapos==1.0.11", # proof of space
"clvm==0.9.7",
"clvm_tools==0.4.6", # Currying, Program.to, other conveniences
"chia_rs==0.2.6",
"chia_rs==0.2.7",
"clvm-tools-rs==0.1.30", # Rust implementation of clvm_tools' compiler
"aiohttp==3.8.4", # HTTP server for full node rpc
"aiosqlite==0.17.0", # asyncio wrapper for sqlite, to store blocks