Address grumbles

This commit is contained in:
David Palm 2018-09-03 13:19:24 +02:00
parent adc740021c
commit 1124afc314
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ log = "0.3"
num_cpus = "1.0"
parking_lot = "0.6"
regex = "0.2"
parity-rocksdb = "0.5.0"
parity-rocksdb = "0.5"
[dev-dependencies]
tempdir = "0.3"
ethereum-types = "0.4"
ethereum-types = "0.4"

View File

@ -3,7 +3,7 @@ name = "kvdb"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
description = "Generic key-value database"
description = "Generic key-value trait"
license = "GPL-3.0"
[dependencies]