From 6385ebbcebc205e88cb9eac8d9c334ea4b010b82 Mon Sep 17 00:00:00 2001 From: "Dr. Maxim Orlovsky" Date: Tue, 27 Dec 2022 12:42:38 +0100 Subject: [PATCH] RC2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af515cd..9d3833c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aluvm" description = "AluVM rust implementation" -version = "0.9.0-rc.1" +version = "0.9.0-rc.2" authors = ["Dr Maxim Orlovsky "] edition = "2018" license = "MIT" @@ -18,7 +18,7 @@ name = "aluvm" [dependencies] amplify = { version = "3.13.0", default-features = false, features = ["apfloat", "derive", "hex"] } paste = "1" -strict_encoding = { version = "0.9.0-rc.1", default-features = false, features = ["float", "derive"], optional = true } +strict_encoding = { version = "0.9.0-rc.2", default-features = false, features = ["float", "derive"], optional = true } bitcoin_hashes = { version = "0.11.0", default-features = false } # this is most well-maintained generic hash implementation library bech32 = { version = "0.9.1", default-features = false } secp256k1 = { version = "0.24.2", optional = true, features = ["global-context"] }