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
13c2695e
Unverified
Commit
13c2695e
authored
Nov 15, 2021
by
Martin Pugh
Committed by
GitHub
Nov 15, 2021
Browse files
bump versions (#4285)
parent
414ec0e2
Pipeline
#166059
failed with stages
in 43 minutes and 14 seconds
Changes
74
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
13c2695e
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
13c2695e
...
...
@@ -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.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
readme
=
"README.md"
...
...
cli/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-cli"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Polkadot Relay-chain Client Node"
edition
=
"2018"
...
...
core-primitives/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-core-primitives"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
erasure-coding/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-erasure-coding"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
erasure-coding/fuzzer/Cargo.toml
View file @
13c2695e
[package]
name
=
"erasure_coding_fuzzer"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/client/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-client"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/collation-generation/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-collation-generation"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/approval-voting/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-approval-voting"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/av-store/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-av-store"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/backing/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-backing"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/bitfield-signing/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-bitfield-signing"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/candidate-validation/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-candidate-validation"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/chain-api/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-chain-api"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/chain-selection/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-chain-selection"
description
=
"Chain Selection Subsystem"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/dispute-coordinator/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-dispute-coordinator"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/dispute-participation/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-dispute-participation"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/parachains-inherent/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-parachains-inherent"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/provisioner/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-provisioner"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
node/core/pvf/Cargo.toml
View file @
13c2695e
[package]
name
=
"polkadot-node-core-pvf"
version
=
"0.9.1
2
"
version
=
"0.9.1
3
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
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