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
3bfa9a9e
Unverified
Commit
3bfa9a9e
authored
Nov 13, 2019
by
Hero Bird
Committed by
GitHub
Nov 13, 2019
Browse files
Update ink_core deps (#237)
* [core] remove unused/removed lints * [core] update smallvec dependency to 1.0
parent
2111eb06
Pipeline
#56853
failed with stages
in 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/Cargo.toml
View file @
3bfa9a9e
...
...
@@ -25,7 +25,7 @@ ink_utils = { path = "../utils/", default-features = false }
scale
=
{
package
=
"parity-scale-codec"
,
version
=
"1.0"
,
default-features
=
false
,
features
=
[
"derive"
,
"full"
]
}
type-metadata
=
{
git
=
"https://github.com/type-metadata/type-metadata.git"
,
default-features
=
false
,
features
=
["derive"]
,
optional
=
true
}
derive_more
=
{
version
=
"0.99.1"
,
default-features
=
false
,
features
=
["from"]
}
smallvec
=
{
version
=
"
0.6.
10"
,
default-features
=
false
,
features
=
["union"]
}
smallvec
=
{
version
=
"1
.
0"
,
default-features
=
false
,
features
=
["union"]
}
cfg-if
=
"0.1"
[features]
...
...
@@ -39,7 +39,6 @@ std = [
"ink_utils/std"
,
"scale/std"
,
"type-metadata/std"
,
"smallvec/std"
,
]
ink-generate-abi
=
[
"ink_abi"
,
...
...
core/src/lib.rs
View file @
3bfa9a9e
...
...
@@ -27,7 +27,6 @@
bad_style,
const_err,
improper_ctypes,
legacy_directory_ownership,
non_shorthand_field_patterns,
no_mangle_generic_items,
overflowing_literals,
...
...
@@ -35,7 +34,6 @@
patterns_in_fns_without_body,
plugin_as_library,
private_in_public,
safe_extern_statics,
unconditional_recursion,
unused_allocation,
unused_comparisons,
...
...
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