Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
2792b74d
Unverified
Commit
2792b74d
authored
Aug 05, 2021
by
Martin Pugh
Committed by
GitHub
Aug 05, 2021
Browse files
Bump versions, substrate and beefy in prep for v0.9.9 (#3567)
* bump versions, substrate and beefy * bump substrate
parent
0063a912
Pipeline
#151321
passed with stages
in 40 minutes and 54 seconds
Changes
31
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
2792b74d
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
2792b74d
...
...
@@ -6,7 +6,7 @@ path = "src/main.rs"
name
=
"polkadot"
description
=
"Implementation of a https://polkadot.network node in Rust based on the Substrate framework."
license
=
"GPL-3.0-only"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
readme
=
"README.md"
...
...
cli/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-cli"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Polkadot Relay-chain Client Node"
edition
=
"2018"
...
...
core-primitives/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-core-primitives"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
erasure-coding/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-erasure-coding"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/client/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-client"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/malus/Cargo.toml
View file @
2792b74d
...
...
@@ -10,7 +10,7 @@ path = "src/variant-a.rs"
name
=
"polkadot-test-malus"
description
=
"Misbehaving nodes for local testnets, system and Simnet tests."
license
=
"GPL-3.0-only"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
readme
=
"README.md"
...
...
node/service/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-service"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/test/client/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-test-client"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/test/service/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-test-service"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
parachain/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-parachain"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Types and utilities for creating and working with parachains"
edition
=
"2018"
...
...
parachain/test-parachains/Cargo.toml
View file @
2792b74d
[package]
name
=
"test-parachains"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Integration tests using the test-parachains"
edition
=
"2018"
...
...
parachain/test-parachains/adder/Cargo.toml
View file @
2792b74d
[package]
name
=
"test-parachain-adder"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Test parachain which adds to a number as its state transition"
edition
=
"2018"
...
...
parachain/test-parachains/adder/collator/Cargo.toml
View file @
2792b74d
[package]
name
=
"test-parachain-adder-collator"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Collator for the adder test parachain"
edition
=
"2018"
...
...
parachain/test-parachains/halt/Cargo.toml
View file @
2792b74d
[package]
name
=
"test-parachain-halt"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Test parachain which executes forever"
edition
=
"2018"
...
...
primitives/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-primitives"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
rpc/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-rpc"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/common/Cargo.toml
View file @
2792b74d
[package]
name
=
"polkadot-runtime-common"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/common/slot_range_helper/Cargo.toml
View file @
2792b74d
[package]
name
=
"slot-range-helper"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/kusama/Cargo.toml
View file @
2792b74d
[package]
name
=
"kusama-runtime"
version
=
"0.9.
8
"
version
=
"0.9.
9
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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