Skip to content

Commit

Permalink
chore: release v0.11.0 beta 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 4, 2024
1 parent c0901ca commit 55d53be
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.11.0-beta.7"
version = "0.11.0-beta.8"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
repository = "https://github.com/aluvm/rust-aluvm"
homepage = "https://aluvm.org"
Expand All @@ -22,13 +22,13 @@ required-features = ["stl"]

[dependencies]
amplify = { version = "4.7.0", default-features = false, features = ["apfloat", "derive", "hex"] }
ascii-armor = { version = "0.7.1", optional = true }
ascii-armor = { version = "0.7.2", optional = true }
baid64 = "0.2.2"
paste = "1"
strict_encoding = { version = "2.7.0-rc.1", default-features = false, features = ["float", "derive"] }
strict_types = { version = "2.7.0-rc.1", optional = true }
strict_encoding = { version = "2.7.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "2.7.0", optional = true }
sha2 = "0.10.8"
blake3 = "1.5.3"
blake3 = "1.5.4"
ripemd = "0.1.3"
secp256k1 = { version = "0.29.0", optional = true, features = ["global-context"] }
curve25519-dalek = { version = "3.2.1", optional = true }
Expand Down

0 comments on commit 55d53be

Please sign in to comment.