Skip to content

Commit

Permalink
release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 16, 2023
1 parent d9a77d6 commit 33efa44
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 57 deletions.
100 changes: 49 additions & 51 deletions Cargo.lock

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

9 changes: 3 additions & 6 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.2"
version = "0.10.3"
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.2.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.2.0", optional = true }
strict_encoding = { version = "2.3.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.3.0", optional = true }
sha2 = "0.10.6"
ripemd = "0.1.3"
baid58 = "0.3.2"
Expand All @@ -48,6 +48,3 @@ serde = ["serde_crate", "amplify/serde", "std"]

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

[patch.crates-io]
strict_types = { git = "https://github.com/strict-types/strict-types" }

0 comments on commit 33efa44

Please sign in to comment.