Skip to content

Commit

Permalink
RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 27, 2022
1 parent 7ea3450 commit 6385ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -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"] }
Expand Down

0 comments on commit 6385ebb

Please sign in to comment.