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
ink
Commits
db2cb919
Unverified
Commit
db2cb919
authored
Mar 11, 2020
by
Hero Bird
Committed by
GitHub
Mar 11, 2020
Browse files
[examples] Update SCALE 1.1 -> 1.2 for multisig
parent
5beaab44
Pipeline
#82424
failed with stages
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/multisig_plain/Cargo.toml
View file @
db2cb919
...
...
@@ -11,7 +11,7 @@ ink_core = { path = "../../core", default-features = false }
ink_lang
=
{
path
=
"../../lang"
,
default-features
=
false
}
ink_prelude
=
{
path
=
"../../prelude"
,
default-features
=
false
}
scale
=
{
package
=
"parity-scale-codec"
,
version
=
"1.
1
"
,
default-features
=
false
,
features
=
["derive"]
}
scale
=
{
package
=
"parity-scale-codec"
,
version
=
"1.
2
"
,
default-features
=
false
,
features
=
["derive"]
}
type-metadata
=
{
git
=
"https://github.com/type-metadata/type-metadata.git"
,
default-features
=
false
,
features
=
["derive"]
,
optional
=
true
}
[lib]
...
...
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