Exclude sp-*-fuzzer from release process (#5749)

This commit is contained in:
Benjamin Kampmann
2020-04-24 15:34:22 +02:00
committed by GitHub
parent 6a7e86e677
commit 37bbe2a319
3 changed files with 3 additions and 1 deletions
@@ -8,6 +8,7 @@ homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Fuzzer for phragmén implementation."
documentation = "https://docs.rs/sp-phragmen-fuzzer"
publish = false
[dependencies]
sp-phragmen = { version = "2.0.0-alpha.5", path = ".." }