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
3a3e79b3
Unverified
Commit
3a3e79b3
authored
May 28, 2020
by
Gavin Wood
Committed by
GitHub
May 28, 2020
Browse files
Bump (#1164)
* Bump * Bump * Bump
parent
eac404db
Pipeline
#94535
passed with stages
in 21 minutes and 16 seconds
Changes
21
Pipelines
2
Expand all
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
3a3e79b3
This diff is collapsed.
Click to expand it.
Cargo.toml
View file @
3a3e79b3
...
...
@@ -4,7 +4,7 @@ path = "src/main.rs"
[package]
name
=
"polkadot"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
availability-store/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-availability-store"
description
=
"Persistent database for parachain data"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
cli/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-cli"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Polkadot Relay-chain Client Node"
edition
=
"2018"
...
...
collator/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-collator"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Collator node implementation"
edition
=
"2018"
...
...
erasure-coding/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-erasure-coding"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
network/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-network"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Polkadot-specific networking protocol"
edition
=
"2018"
...
...
network/test/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-network-test"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
license
=
"GPL-3.0"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
parachain/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-parachain"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Types and utilities for creating and working with parachains"
edition
=
"2018"
...
...
parachain/test-parachains/adder/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"test-parachain-adder"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Test parachain which adds to a number as its state transition"
edition
=
"2018"
...
...
parachain/test-parachains/halt/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"test-parachain-halt"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
description
=
"Test parachain which executes forever"
edition
=
"2018"
...
...
primitives/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-primitives"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
rpc/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-rpc"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/common/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-runtime-common"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
runtime/kusama/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"kusama-runtime"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/polkadot/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-runtime"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/test-runtime/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-test-runtime"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
runtime/westend/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"westend-runtime"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
build
=
"build.rs"
...
...
service/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-service"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
statement-table/Cargo.toml
View file @
3a3e79b3
[package]
name
=
"polkadot-statement-table"
version
=
"0.8.
0
"
version
=
"0.8.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
edition
=
"2018"
...
...
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