Skip to content

Commit be7e273

Browse files
committed
release v0.10.2
1 parent dd74107 commit be7e273

2 files changed

Lines changed: 43 additions & 44 deletions

File tree

Cargo.lock

Lines changed: 40 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aluvm"
33
description = "Functional registry-based RISC virtual machine"
4-
version = "0.10.1"
4+
version = "0.10.2"
55
authors = ["Dr Maxim Orlovsky <[email protected]>"]
66
repository = "https://github.com/aluvm/rust-aluvm"
77
homepage = "https://aluvm.org"
@@ -27,8 +27,8 @@ required-features = ["all"]
2727
[dependencies]
2828
amplify = { version = "4.0.0", default-features = false, features = ["apfloat", "derive", "hex"] }
2929
paste = "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 }
3232
bitcoin_hashes = { version = "0.12.0", default-features = false } # this is most well-maintained generic hash implementation library
3333
blake3 = { version = "1.3.3", default-features = false }
3434
baid58 = "0.3.1"
@@ -51,7 +51,3 @@ serde = ["serde_crate", "amplify/serde", "std"]
5151

5252
[package.metadata.docs.rs]
5353
features = [ "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

Comments
 (0)