Skip to content

Commit ecbce23

Browse files
committed
release v0.11.0
1 parent b671b88 commit ecbce23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
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.11.0-beta.9"
4+
version = "0.11.0"
55
authors = ["Dr Maxim Orlovsky <[email protected]>"]
66
repository = "https://github.com/aluvm/rust-aluvm"
77
homepage = "https://aluvm.org"
@@ -21,12 +21,12 @@ name = "aluvm-stl"
2121
required-features = ["stl"]
2222

2323
[dependencies]
24-
amplify = { version = "4.7.0", default-features = false, features = ["apfloat", "derive", "hex"] }
24+
amplify = { version = "~4.7.1", default-features = false, features = ["apfloat", "derive", "hex"] }
2525
ascii-armor = { version = "0.7.2", optional = true }
2626
baid64 = "0.2.2"
2727
paste = "1"
28-
strict_encoding = { version = "2.7.0", default-features = false, features = ["float", "derive"] }
29-
strict_types = { version = "2.7.2", optional = true }
28+
strict_encoding = { version = "~2.7.0", default-features = false, features = ["float", "derive"] }
29+
strict_types = { version = "~2.7.2", optional = true }
3030
sha2 = "0.10.8"
3131
blake3 = "1.5.4"
3232
ripemd = "0.1.3"

0 commit comments

Comments
 (0)