Merge pull request #68 from paritytech/ser-add-missing-repositories

Add missing repository tags
This commit is contained in:
Sergey Pepyakin 2018-10-01 13:00:19 +01:00 committed by GitHub
commit 6959a8cd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version = "0.2.3"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/parity-common"
repository = "https://github.com/paritytech/parity-common"
description = "Fixed-size hashes"
[dependencies]

View File

@ -3,6 +3,7 @@ name = "hashdb"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
repository = "https://github.com/paritytech/parity-common"
license = "GPL-3.0"
[dependencies]

View File

@ -4,6 +4,7 @@ name = "transaction-pool"
version = "1.13.3"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
[dependencies]
error-chain = "0.12"