1
1
[package ]
2
2
name = " iota-streams-app-channels"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
authors = [
" Vlad Semenov <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0/MIT"
@@ -22,10 +22,10 @@ name = "iota_streams_app_channels"
22
22
path = " src/lib.rs"
23
23
24
24
[dependencies ]
25
- iota-streams-core = { version = " 0.3.0 " , path = " ../iota-streams-core" , default-features = false }
26
- iota-streams-core-edsig = { version = " 0.2.0 " , path = " ../iota-streams-core-edsig" , default-features = false }
27
- iota-streams-core-keccak = { version = " 0.3.0 " , path = " ../iota-streams-core-keccak" , default-features = false }
28
- iota-streams-ddml = { version = " 0.2.2 " , path = " ../iota-streams-ddml" , default-features = false }
29
- iota-streams-app = { version = " 1.0.0 " , path = " ../iota-streams-app" , default-features = false }
25
+ iota-streams-core = { version = " 0.3.1 " , path = " ../iota-streams-core" , default-features = false }
26
+ iota-streams-core-edsig = { version = " 0.2.1 " , path = " ../iota-streams-core-edsig" , default-features = false }
27
+ iota-streams-core-keccak = { version = " 0.3.1 " , path = " ../iota-streams-core-keccak" , default-features = false }
28
+ iota-streams-ddml = { version = " 0.2.1 " , path = " ../iota-streams-ddml" , default-features = false }
29
+ iota-streams-app = { version = " 1.0.1 " , path = " ../iota-streams-app" , default-features = false }
30
30
31
31
hex = { version = " 0.4.2" , default-features = false , optional = false }
0 commit comments