Skip to content

Commit

Permalink
release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 15, 2023
1 parent dd74107 commit be7e273
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
77 changes: 40 additions & 37 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aluvm"
description = "Functional registry-based RISC virtual machine"
version = "0.10.1"
version = "0.10.2"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
repository = "https://github.com/aluvm/rust-aluvm"
homepage = "https://aluvm.org"
Expand All @@ -27,8 +27,8 @@ required-features = ["all"]
[dependencies]
amplify = { version = "4.0.0", default-features = false, features = ["apfloat", "derive", "hex"] }
paste = "1"
strict_encoding = { version = "2.1.2", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.1.1", optional = true }
strict_encoding = { version = "2.2.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.2.0", optional = true }
bitcoin_hashes = { version = "0.12.0", default-features = false } # this is most well-maintained generic hash implementation library
blake3 = { version = "1.3.3", default-features = false }
baid58 = "0.3.1"
Expand All @@ -51,7 +51,3 @@ serde = ["serde_crate", "amplify/serde", "std"]

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "stl" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "fix/typesys-builder" }

0 comments on commit be7e273

Please sign in to comment.