update parity-codec for primitive types (#98)

This commit is contained in:
thiolliere 2019-01-24 16:01:28 +01:00 committed by GitHub
parent 97e1b5f533
commit 989867a1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ homepage = "https://github.com/paritytech/parity-common"
description = "Parity Codec serialization support for uint and fixed hash."
[dependencies]
parity-codec = { version = "2.1", default-features = false }
parity-codec = { version = "3.0", default-features = false }
[features]
default = ["std"]