Skip to content

Commit

Permalink
Merge pull request #66 from zoedberg/release_0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
dr-orlovsky authored Jan 25, 2023
2 parents 6385ebb + 3567f6e commit d361ae4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 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
@@ -1,7 +1,7 @@
[package]
name = "aluvm"
description = "AluVM rust implementation"
version = "0.9.0-rc.2"
version = "0.9.0"
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.2", default-features = false, features = ["float", "derive"], optional = true }
strict_encoding = { version = "0.9.0", 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 d361ae4

Please sign in to comment.