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
parity-scale-codec
Commits
79691ded
Commit
79691ded
authored
Jul 28, 2020
by
Bastian Köcher
Browse files
Release another version...
parent
77f25939
Pipeline
#101847
passed with stages
in 18 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
79691ded
[package]
name
=
"parity-scale-codec"
description
=
"SCALE - Simple Concatenating Aggregated Little Endians"
version
=
"1.3.
3
"
version
=
"1.3.
4
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
license
=
"Apache-2.0"
repository
=
"https://github.com/paritytech/parity-scale-codec"
...
...
@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
arrayvec
=
{
version
=
"0.5.1"
,
default-features
=
false
,
features
=
[
"array-sizes-33-128"
,
"array-sizes-129-255"
]
}
serde
=
{
version
=
"1.0.102"
,
optional
=
true
}
parity-scale-codec-derive
=
{
path
=
"derive"
,
version
=
"1.2.
0
"
,
default-features
=
false
,
optional
=
true
}
parity-scale-codec-derive
=
{
path
=
"derive"
,
version
=
"
^
1.2.
1
"
,
default-features
=
false
,
optional
=
true
}
bitvec
=
{
version
=
"0.17.4"
,
default-features
=
false
,
features
=
["alloc"]
,
optional
=
true
}
byte-slice-cast
=
{
version
=
"0.3.4"
,
default-features
=
false
,
features
=
["alloc"]
}
generic-array
=
{
version
=
"0.13.2"
,
optional
=
true
}
...
...
Write
Preview
Supports
Markdown
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