1
1
[package ]
2
2
name = " rgb-core"
3
- version = " 0.11.0-beta.7 "
3
+ version = " 0.11.0-beta.8 "
4
4
authors = [
" Dr Maxim Orlovsky <[email protected] >" ]
5
5
description = " RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)"
6
6
repository = " https://github.com/RGB-WG/rgb-core"
@@ -24,12 +24,12 @@ required-features = ["stl"]
24
24
[dependencies ]
25
25
amplify = { version = " ~4.7.0" , features = [" rand" ] }
26
26
baid64 = " ~0.2.2"
27
- strict_encoding = " ~2.7.0-rc.1 "
28
- strict_types = { version = " ~2.7.0-rc.1 " , features = [" armor" ] }
29
- aluvm = { version = " ~0.11.0-beta.7 " , features = [" std" , " ascii-armor" ] }
30
- commit_verify = { version = " ~0.11.0-beta.7 " , features = [" rand" , " derive" ] }
31
- single_use_seals = " ~0.11.0-beta.7 "
32
- bp-core = { version = " ~0.11.0-beta.7 " }
27
+ strict_encoding = " ~2.7.0"
28
+ strict_types = { version = " ~2.7.0" , features = [" armor" ] }
29
+ aluvm = { version = " ~0.11.0-beta.8 " , features = [" std" , " ascii-armor" ] }
30
+ commit_verify = { version = " ~0.11.0-beta.8 " , features = [" rand" , " derive" ] }
31
+ single_use_seals = " ~0.11.0-beta.8 "
32
+ bp-core = { version = " ~0.11.0-beta.8 " }
33
33
secp256k1-zkp = { version = " 0.11.0" , features = [" rand" , " rand-std" , " global-context" ] } # TODO: Update version before the release
34
34
mime = " ~0.3.17"
35
35
serde_crate = { package = " serde" , version = " 1" , features = [" derive" ], optional = true }
0 commit comments