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
cb013ed2
Unverified
Commit
cb013ed2
authored
Oct 13, 2020
by
Pierre Krieger
Committed by
GitHub
Oct 13, 2020
Browse files
Tweak Cargo.tomls to make burnin easier (#1805)
parent
e3db9f03
Pipeline
#110426
passed with stages
in 17 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
xcm/xcm-builder/Cargo.toml
View file @
cb013ed2
...
@@ -9,11 +9,11 @@ version = "0.8.22"
...
@@ -9,11 +9,11 @@ version = "0.8.22"
codec
=
{
package
=
"parity-scale-codec"
,
version
=
"1.3.0"
,
default-features
=
false
,
features
=
["derive"]
}
codec
=
{
package
=
"parity-scale-codec"
,
version
=
"1.3.0"
,
default-features
=
false
,
features
=
["derive"]
}
xcm
=
{
path
=
".."
,
default-features
=
false
}
xcm
=
{
path
=
".."
,
default-features
=
false
}
xcm-executor
=
{
path
=
"../xcm-executor"
,
default-features
=
false
}
xcm-executor
=
{
path
=
"../xcm-executor"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
# Polkadot dependencies
# Polkadot dependencies
polkadot-parachain
=
{
path
=
"../../parachain"
,
default-features
=
false
}
polkadot-parachain
=
{
path
=
"../../parachain"
,
default-features
=
false
}
...
...
xcm/xcm-executor/Cargo.toml
View file @
cb013ed2
...
@@ -10,12 +10,12 @@ codec = { package = "parity-scale-codec", version = "1.3.0", default-features =
...
@@ -10,12 +10,12 @@ codec = { package = "parity-scale-codec", version = "1.3.0", default-features =
impl-trait-for-tuples
=
"0.1.3"
impl-trait-for-tuples
=
"0.1.3"
xcm
=
{
path
=
".."
,
default-features
=
false
}
xcm
=
{
path
=
".."
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-arithmetic
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"master"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[features]
[features]
default
=
["std"]
default
=
["std"]
...
...
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