@@ -11,7 +11,7 @@ default-members = [
11
11
resolver = " 2"
12
12
13
13
[workspace .package ]
14
- version = " 0.11.0-beta.5 "
14
+ version = " 0.11.0-beta.6 "
15
15
authors = [
" Dr Maxim Orlovsky <[email protected] >" ]
16
16
homepage = " https://github.com/RGB-WG"
17
17
repository = " https://github.com/RGB-WG/rgb-std"
@@ -23,14 +23,14 @@ license = "Apache-2.0"
23
23
24
24
[workspace .dependencies ]
25
25
amplify = " 4.6.0"
26
- ascii-armor = " 0.6 .0"
27
- baid64 = " 0.1 .0"
28
- strict_encoding = " 2.7.0-beta.3 "
29
- strict_types = " 2.7.0-beta.3 "
30
- commit_verify = { version = " 0.11.0-beta.5 " , features = [" stl" ] }
31
- bp-core = { version = " 0.11.0-beta.5 " , features = [" stl" ] }
32
- bp-invoice = { version = " 0.11.0-beta.5" }
33
- rgb-core = { version = " 0.11.0-beta.5 " , features = [" stl" ] }
26
+ ascii-armor = " 0.7 .0"
27
+ baid64 = " 0.2 .0"
28
+ strict_encoding = " 2.7.0-beta.4 "
29
+ strict_types = " 2.7.0-beta.4 "
30
+ commit_verify = { version = " 0.11.0-beta.6 " , features = [" stl" ] }
31
+ bp-core = { version = " 0.11.0-beta.6 " , features = [" stl" ] }
32
+ bp-invoice = { version = " 0.11.0-beta.5" } # TODO: Update
33
+ rgb-core = { version = " 0.11.0-beta.6 " , features = [" stl" ] }
34
34
indexmap = " 2.0.2"
35
35
serde_crate = { package = " serde" , version = " 1" , features = [" derive" ] }
36
36
@@ -61,10 +61,10 @@ strict_types = { workspace = true }
61
61
commit_verify = { workspace = true }
62
62
bp-core = { workspace = true }
63
63
rgb-core = { workspace = true }
64
- rgb-invoice = { version = " 0.11.0-beta.5 " , path = " invoice" }
65
- aluvm = " 0.11.0-beta.5 "
64
+ rgb-invoice = { version = " 0.11.0-beta.6 " , path = " invoice" }
65
+ aluvm = " 0.11.0-beta.6 "
66
66
base85 = " =2.0.0"
67
- chrono = " 0.4.31 "
67
+ chrono = " 0.4.38 "
68
68
indexmap = { workspace = true }
69
69
serde_crate = { workspace = true , optional = true }
70
70
rand = " 0.8.5"
@@ -95,15 +95,3 @@ wasm-bindgen-test = "0.3"
95
95
96
96
[package .metadata .docs .rs ]
97
97
features = [" all" ]
98
-
99
- [patch .crates-io ]
100
- strict_encoding = { git = " https://github.com/strict-types/strict-encoding" , branch = " develop" }
101
- strict_types = { git = " https://github.com/strict-types/strict-types" , branch = " develop" }
102
- commit_verify = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " develop" }
103
- single_use_seals = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " develop" }
104
- bp-consensus = { git = " https://github.com/BP-WG/bp-core" , branch = " develop" }
105
- bp-dbc = { git = " https://github.com/BP-WG/bp-core" , branch = " develop" }
106
- bp-seals = { git = " https://github.com/BP-WG/bp-core" , branch = " develop" }
107
- bp-core = { git = " https://github.com/BP-WG/bp-core" , branch = " develop" }
108
- aluvm = { git = " https://github.com/AluVM/rust-aluvm" , branch = " develop" }
109
- rgb-core = { git = " https://github.com/RGB-WG/rgb-core" , branch = " develop" }
0 commit comments