Skip to content

Commit

Permalink
Update strict encoding dependency and release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 1, 2022
1 parent e3ae57a commit bcbb8a6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.6.0"
version = "0.7.0"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -16,9 +16,9 @@ exclude = [".github"]
name = "aluvm"

[dependencies]
amplify = { version = "3.12.0", default-features = false, features = ["apfloat", "derive", "hex"] }
amplify = { version = "3.12.1", default-features = false, features = ["apfloat", "derive", "hex"] }
paste = "1"
strict_encoding = { version = "1.8.7", default-features = false, features = ["float", "derive"], optional = true }
strict_encoding = { version = "0.8.0", default-features = false, features = ["float", "derive"], optional = true }
bitcoin_hashes = { version = "0.10.0", default-features = false } # this is most well-maintained generic hash implementation library
bech32 = { version = "0.9.0", default-features = false }
secp256k1 = { version = "0.22.1", optional = true, features = ["global-context"] }
Expand Down

0 comments on commit bcbb8a6

Please sign in to comment.