Repin clvm_tools_rs==0.1.34 (#15455)

* Repin clvm_tools_rs

* Update hex files to have newlines
This commit is contained in:
Matt Hauff 2023-06-07 12:08:17 -07:00 committed by GitHub
parent d23ea4df38
commit 8e5441c208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
54 changed files with 54 additions and 54 deletions

View File

@ -16,7 +16,7 @@ dependencies = [
"clvm==0.9.7",
"clvm_tools==0.4.6", # Currying, Program.to, other conveniences
"chia_rs==0.2.7",
"clvm-tools-rs==0.1.30", # Rust implementation of clvm_tools' compiler
"clvm-tools-rs==0.1.34", # Rust implementation of clvm_tools' compiler
"aiohttp==3.8.4", # HTTP server for full node rpc
"aiosqlite==0.19.0", # asyncio wrapper for sqlite, to store blocks
"bitstring==4.0.2", # Binary data management library