@@ -4,7 +4,7 @@ description = "Enables adding and revoking attestations."
4
4
edition = " 2018"
5
5
name = " attestation"
6
6
repository = " https://github.com/KILTprotocol/mashnet-node"
7
- version = " 0.26.1 "
7
+ version = " 0.26.2 "
8
8
9
9
[package .metadata .docs .rs ]
10
10
targets = [" x86_64-unknown-linux-gnu" ]
@@ -13,8 +13,8 @@ targets = ["x86_64-unknown-linux-gnu"]
13
13
substrate-wasm-builder-runner = {version = " 3.0.0" }
14
14
15
15
[dev-dependencies ]
16
- ctype = {features = [" mock" ], path = " ../ctype" , version = " 0.26.1 " }
17
- delegation = {features = [" mock" ], path = " ../delegation" , version = " 0.26.1 " }
16
+ ctype = {features = [" mock" ], path = " ../ctype" , version = " 0.26.2 " }
17
+ delegation = {features = [" mock" ], path = " ../delegation" , version = " 0.26.2 " }
18
18
kilt-primitives = {default-features = false , path = " ../../primitives" }
19
19
serde = {version = " 1.0.101" }
20
20
sp-core = {branch = " polkadot-v0.9.10" , default-features = false , git = " https://github.com/paritytech/substrate" }
@@ -23,8 +23,8 @@ sp-keystore = {branch = "polkadot-v0.9.10", default-features = false, git = "htt
23
23
24
24
[dependencies ]
25
25
# Internal dependencies
26
- ctype = {default-features = false , path = " ../ctype" , version = " 0.26.1 " }
27
- delegation = {default-features = false , path = " ../delegation" , version = " 0.26.1 " }
26
+ ctype = {default-features = false , path = " ../ctype" , version = " 0.26.2 " }
27
+ delegation = {default-features = false , path = " ../delegation" , version = " 0.26.2 " }
28
28
kilt-primitives = {default-features = false , optional = true , path = " ../../primitives" }
29
29
30
30
# External dependencies
0 commit comments