Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
29c4168c
Unverified
Commit
29c4168c
authored
Jun 14, 2021
by
Martin Pugh
Browse files
bump spec_version and version
parent
1dfc23f6
Changes
29
Hide whitespace changes
Inline
Side-by-side
runtime/polkadot/src/lib.rs
View file @
29c4168c
...
...
@@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"polkadot"
),
impl_name
:
create_runtime_str!
(
"parity-polkadot"
),
authoring_version
:
0
,
spec_version
:
90
41
,
spec_version
:
90
50
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
runtime/rococo/Cargo.toml
View file @
29c4168c
[package]
name
=
"rococo-runtime"
version
=
"0.9.
4
"
version
=
"0.9.
5
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/test-runtime/Cargo.toml
View file @
29c4168c
[package]
name
=
"polkadot-test-runtime"
version
=
"0.9.
4
"
version
=
"0.9.
5
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/westend/Cargo.toml
View file @
29c4168c
[package]
name
=
"westend-runtime"
version
=
"0.9.
4
"
version
=
"0.9.
5
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/westend/src/lib.rs
View file @
29c4168c
...
...
@@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name
:
create_runtime_str!
(
"westend"
),
impl_name
:
create_runtime_str!
(
"parity-westend"
),
authoring_version
:
2
,
spec_version
:
90
41
,
spec_version
:
90
50
,
impl_version
:
0
,
#[cfg(not(feature
=
"disable-runtime-api"
))]
apis
:
RUNTIME_API_VERSIONS
,
...
...
statement-table/Cargo.toml
View file @
29c4168c
[package]
name
=
"polkadot-statement-table"
version
=
"0.9.
4
"
version
=
"0.9.
5
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
xcm/Cargo.toml
View file @
29c4168c
[package]
name
=
"xcm"
version
=
"0.9.
4
"
version
=
"0.9.
5
"
authors
=
[
"Parity Technologies x<admin@parity.io>"
]
description
=
"The basic XCM datastructures."
edition
=
"2018"
...
...
xcm/xcm-builder/Cargo.toml
View file @
29c4168c
...
...
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition
=
"2018"
name
=
"xcm-builder"
description
=
"Tools & types for building with XCM and its executor."
version
=
"0.9.
4
"
version
=
"0.9.
5
"
[dependencies]
impl-trait-for-tuples
=
"0.2.0"
...
...
xcm/xcm-executor/Cargo.toml
View file @
29c4168c
...
...
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition
=
"2018"
name
=
"xcm-executor"
description
=
"An abstract and configurable XCM message executor."
version
=
"0.9.
4
"
version
=
"0.9.
5
"
[dependencies]
impl-trait-for-tuples
=
"0.2.0"
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment