From 14257552e404308808bb066b4576a7dddbe2f07d Mon Sep 17 00:00:00 2001 From: ivanlele Date: Fri, 29 May 2026 21:57:29 +0300 Subject: [PATCH] bump rust-simplicity to 0.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bf29fdf..b298cfdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,9 +611,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simplicity-lang" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07f79806a665b34e4d8950edd053a991e57915e3924b8b21ac6f2bdd23d9e842" +checksum = "13ed081e3046d66c146d7201bcbf3b655ca3436cb83f6efc26d7895bd2b79d06" dependencies = [ "bitcoin", "bitcoin_hashes", diff --git a/Cargo.toml b/Cargo.toml index 938f6088..b376b561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ docs = [] base64 = "0.21.2" serde = { version = "1.0.188", features = ["derive"], optional = true } serde_json = { version = "1.0.105", optional = true } -simplicity-lang = { version = "0.7.1" } +simplicity-lang = { version = "0.8.0" } miniscript = "12.3.1" either = "1.12.0" itertools = "0.13.0"