Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 23, 2022
1 parent 602ab75 commit c733550
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 193 deletions.
223 changes: 32 additions & 191 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ name = "aluvm"
amplify = { version = "3.12.0", default-features = false, features = ["apfloat", "derive", "hex"] }
paste = "1"
bitcoin_hashes = { version = "0.10.0", default-features = false } # this is most well-maintained generic hash implementation library
bech32 = { version = "0.8.1", default-features = false }
secp256k1 = { version = "0.20.2", optional = true, features = ["global-context"] }
bech32 = { version = "0.9.0", default-features = false }
secp256k1 = { version = "0.22.1", optional = true, features = ["global-context"] }
curve25519-dalek = { version = "3.1", optional = true }
half = "1.7.1"

Expand Down

0 comments on commit c733550

Please sign in to comment.