File tree Expand file tree Collapse file tree 7 files changed +44
-44
lines changed Expand file tree Collapse file tree 7 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ homepage = "https://kilt.io/"
66license-file = " LICENSE"
77readme = " README.md"
88repository = " https://github.com/KILTprotocol/kilt-node"
9- version = " 1.13 .0-dev"
9+ version = " 1.14 .0-dev"
1010
1111[workspace ]
1212members = [
@@ -37,17 +37,17 @@ cfg-if = "1.0"
3737clap = " 4.1.6"
3838enum-iterator = " 2.0.0"
3939env_logger = " 0.10.0"
40- fluent-uri = { version = " 0.1.4" , default-features = false }
40+ fluent-uri = {version = " 0.1.4" , default-features = false }
4141futures = {version = " 0.3.21" , default-features = false }
42- hash-db = { version = " 0.16.0" , default-features = false }
42+ hash-db = {version = " 0.16.0" , default-features = false }
4343hex = {version = " 0.4.0" , default-features = false }
4444hex-literal = " 0.3.4"
4545jsonrpsee = " 0.16.2"
4646libsecp256k1 = {version = " 0.7" , default-features = false }
4747log = " 0.4.17"
4848parity-scale-codec = {version = " 3.1.5" , default-features = false }
4949scale-info = {version = " 2.1.1" , default-features = false }
50- serde = {version = " 1.0.144" , default-features = false }
50+ serde = {version = " 1.0.144" , default-features = false }
5151serde_json = " 1.0.85"
5252sha3 = {version = " 0.10.0" , default-features = false }
5353smallvec = " 1.8.0"
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155 spec_name : create_runtime_str ! ( "dip-consumer-runtime-template" ) ,
156156 impl_name : create_runtime_str ! ( "dip-consumer-runtime-template" ) ,
157157 authoring_version : 1 ,
158- spec_version : 11300 ,
158+ spec_version : 11400 ,
159159 impl_version : 0 ,
160160 apis : RUNTIME_API_VERSIONS ,
161161 transaction_version : 1 ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
156156 spec_name : create_runtime_str ! ( "dip-provider-runtime-template" ) ,
157157 impl_name : create_runtime_str ! ( "dip-provider-runtime-template" ) ,
158158 authoring_version : 1 ,
159- spec_version : 11300 ,
159+ spec_version : 11400 ,
160160 impl_version : 0 ,
161161 apis : RUNTIME_API_VERSIONS ,
162162 transaction_version : 1 ,
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
118118 spec_name : create_runtime_str ! ( "kilt-kestrel" ) ,
119119 impl_name : create_runtime_str ! ( "kilt-kestrel" ) ,
120120 authoring_version : 4 ,
121- spec_version : 11300 ,
121+ spec_version : 11400 ,
122122 impl_version : 0 ,
123123 apis : RUNTIME_API_VERSIONS ,
124124 transaction_version : 6 ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9191 spec_name : create_runtime_str ! ( "mashnet-node" ) ,
9292 impl_name : create_runtime_str ! ( "mashnet-node" ) ,
9393 authoring_version : 4 ,
94- spec_version : 11300 ,
94+ spec_version : 11400 ,
9595 impl_version : 0 ,
9696 apis : RUNTIME_API_VERSIONS ,
9797 transaction_version : 8 ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292 spec_name : create_runtime_str ! ( "kilt-spiritnet" ) ,
9393 impl_name : create_runtime_str ! ( "kilt-spiritnet" ) ,
9494 authoring_version : 1 ,
95- spec_version : 11300 ,
95+ spec_version : 11400 ,
9696 impl_version : 0 ,
9797 apis : RUNTIME_API_VERSIONS ,
9898 transaction_version : 8 ,
You can’t perform that action at this time.
0 commit comments