Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 12, 2022
1 parent e53e586 commit c0d5b0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -22,8 +22,8 @@ strict_encoding = { version = "1.8.7", default-features = false, features = ["fl
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"] }
curve25519-dalek = { version = "3.1", optional = true }
half = "1.7.1"
curve25519-dalek = { version = "3.2", optional = true }
half = "1.8.2"
serde_crate = { package = "serde", version = "1", optional = true }
serde_with = { version = "1.14", optional = true }

Expand Down

0 comments on commit c0d5b0c

Please sign in to comment.