Skip to content

Commit

Permalink
polkadot v0.4.3: update to latest substrate v1.0 (paritytech#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Apr 4, 2019
1 parent bb0e93e commit ecbe3f7
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 99 deletions.
126 changes: 63 additions & 63 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "polkadot"
version = "0.4.2"
version = "0.4.3"
authors = ["Parity Technologies <[email protected]>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-cli"
version = "0.4.2"
version = "0.4.3"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."

Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot"),
impl_name: create_runtime_str!("parity-polkadot"),
authoring_version: 1,
spec_version: 111,
spec_version: 112,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
Expand Down
64 changes: 32 additions & 32 deletions runtime/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-service"
version = "0.4.2"
version = "0.4.3"
authors = ["Parity Technologies <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit ecbe3f7

Please sign in to comment.