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
f6a6c7d1
Unverified
Commit
f6a6c7d1
authored
Jun 18, 2020
by
Arkadiy Paronyan
Committed by
GitHub
Jun 18, 2020
Browse files
Bump trie-db (Companion for substrate#6364) (#1274)
* Bump trie-db * Bump substrate
parent
daf00737
Pipeline
#97333
failed with stages
in 17 minutes and 20 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
f6a6c7d1
This diff is collapsed.
Click to expand it.
runtime/common/Cargo.toml
View file @
f6a6c7d1
...
...
@@ -46,7 +46,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
randomness-collective-flip
=
{
package
=
"pallet-randomness-collective-flip"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
treasury
=
{
package
=
"pallet-treasury"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie-db
=
"0.2
0
.0"
trie-db
=
"0.2
1
.0"
serde_json
=
"1.0.41"
libsecp256k1
=
"0.3.2"
...
...
runtime/kusama/Cargo.toml
View file @
f6a6c7d1
...
...
@@ -79,7 +79,6 @@ libsecp256k1 = "0.3.2"
tiny-keccak
=
"1.5.0"
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie-db
=
"0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
...
...
runtime/parachains/Cargo.toml
View file @
f6a6c7d1
...
...
@@ -47,7 +47,6 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
randomness-collective-flip
=
{
package
=
"pallet-randomness-collective-flip"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
pallet-staking-reward-curve
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
treasury
=
{
package
=
"pallet-treasury"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie-db
=
"0.20.0"
serde_json
=
"1.0.41"
libsecp256k1
=
"0.3.2"
...
...
runtime/test-runtime/Cargo.toml
View file @
f6a6c7d1
...
...
@@ -58,7 +58,6 @@ libsecp256k1 = "0.3.2"
tiny-keccak
=
"1.5.0"
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie-db
=
"0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
...
...
runtime/westend/Cargo.toml
View file @
f6a6c7d1
...
...
@@ -81,7 +81,6 @@ libsecp256k1 = "0.3.2"
tiny-keccak
=
"1.5.0"
keyring
=
{
package
=
"sp-keyring"
,
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
trie-db
=
"0.20.0"
serde_json
=
"1.0.41"
[build-dependencies]
...
...
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