mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
primitives: add missing cargo metadata to sp-arithmetic-fuzzer (#5402)
* primitives: add missing cargo metadata to sp-arithmetic-fuzzer * ci: add sp-arithmetic-fuzzer to unleash skip list
This commit is contained in:
@@ -39,7 +39,7 @@ variables:
|
|||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
# FIXME set to release
|
# FIXME set to release
|
||||||
CARGO_UNLEASH_INSTALL_PARAMS: "--version 1.0.0-alpha.10"
|
CARGO_UNLEASH_INSTALL_PARAMS: "--version 1.0.0-alpha.10"
|
||||||
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder"
|
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder sp-arithmetic-fuzzer"
|
||||||
|
|
||||||
|
|
||||||
.collect-artifacts: &collect-artifacts
|
.collect-artifacts: &collect-artifacts
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ version = "2.0.0-alpha.5"
|
|||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
homepage = "https://substrate.dev"
|
||||||
|
repository = "https://github.com/paritytech/substrate/"
|
||||||
|
description = "Fuzzer for fixed point arithmetic primitives."
|
||||||
|
documentation = "https://docs.rs/sp-arithmetic-fuzzer"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sp-arithmetic = { version = "2.0.0-alpha.5", path = ".." }
|
sp-arithmetic = { version = "2.0.0-alpha.5", path = ".." }
|
||||||
|
|||||||
Reference in New Issue
Block a user