11[package ]
22name = " aluvm"
33description = " Functional registry-based RISC virtual machine"
4- version = " 0.10.1 "
4+ version = " 0.10.2 "
55authors = [
" Dr Maxim Orlovsky <[email protected] >" ]
66repository = " https://github.com/aluvm/rust-aluvm"
77homepage = " https://aluvm.org"
@@ -27,8 +27,8 @@ required-features = ["all"]
2727[dependencies ]
2828amplify = { version = " 4.0.0" , default-features = false , features = [" apfloat" , " derive" , " hex" ] }
2929paste = " 1"
30- strict_encoding = { version = " 2.1.2 " , default-features = false , features = [" float" , " derive" ] }
31- strict_types = { version = " 1.1.1 " , optional = true }
30+ strict_encoding = { version = " 2.2.0 " , default-features = false , features = [" float" , " derive" ] }
31+ strict_types = { version = " 1.2.0 " , optional = true }
3232bitcoin_hashes = { version = " 0.12.0" , default-features = false } # this is most well-maintained generic hash implementation library
3333blake3 = { version = " 1.3.3" , default-features = false }
3434baid58 = " 0.3.1"
@@ -51,7 +51,3 @@ serde = ["serde_crate", "amplify/serde", "std"]
5151
5252[package .metadata .docs .rs ]
5353features = [ " all" ]
54-
55- [patch .crates-io ]
56- strict_encoding = { git = " https://github.com/strict-types/strict-encoding" , branch = " stl" }
57- strict_types = { git = " https://github.com/strict-types/strict-types" , branch = " fix/typesys-builder" }
0 commit comments