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
ink
Commits
77c8e452
Commit
77c8e452
authored
Jul 30, 2019
by
flyq
Committed by
Andrew Jones
Jul 30, 2019
Browse files
update parity-codec'version from 3.3 to 4.1 (#156)
parent
10633652
Changes
3
Hide whitespace changes
Inline
Side-by-side
cli/template/Cargo.toml
View file @
77c8e452
...
...
@@ -8,7 +8,7 @@ edition = "2018"
ink_core
=
{
git
=
"https://github.com/paritytech/ink"
,
package
=
"ink_core"
,
default-features
=
false
}
ink_model
=
{
git
=
"https://github.com/paritytech/ink"
,
package
=
"ink_model"
,
default-features
=
false
}
ink_lang
=
{
git
=
"https://github.com/paritytech/ink"
,
package
=
"ink_lang"
,
default-features
=
false
}
parity-codec
=
{
version
=
"
3.3
"
,
default-features
=
false
,
features
=
["derive"]
}
parity-codec
=
{
version
=
"
4.1
"
,
default-features
=
false
,
features
=
["derive"]
}
[lib]
name
=
"{{name}}"
...
...
examples/lang/events/Cargo.toml
View file @
77c8e452
...
...
@@ -8,7 +8,7 @@ edition = "2018"
ink_core
=
{
path
=
"../../../core"
}
ink_model
=
{
path
=
"../../../model"
}
ink_lang
=
{
path
=
"../../../lang"
}
parity-codec
=
{
version
=
"
3.3
"
,
default-features
=
false
,
features
=
["derive"]
}
parity-codec
=
{
version
=
"
4.1
"
,
default-features
=
false
,
features
=
["derive"]
}
[lib]
name
=
"events"
...
...
examples/lang/flipper/Cargo.toml
View file @
77c8e452
...
...
@@ -8,7 +8,7 @@ edition = "2018"
ink_core
=
{
path
=
"../../../core"
}
ink_model
=
{
path
=
"../../../model"
}
ink_lang
=
{
path
=
"../../../lang"
}
parity-codec
=
{
version
=
"
3.3
"
,
default-features
=
false
,
features
=
["derive"]
}
parity-codec
=
{
version
=
"
4.1
"
,
default-features
=
false
,
features
=
["derive"]
}
[lib]
name
=
"flipper"
...
...
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