mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Release: Bump SP crates to release on crates.io (#14237)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-arithmetic"
|
||||
version = "6.0.0"
|
||||
version = "7.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
static_assertions = "1.1.0"
|
||||
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
primitive-types = "0.12.0"
|
||||
sp-core = { version = "7.0.0", features = ["full_crypto"], path = "../core" }
|
||||
sp-core = { version = "8.0.0", features = ["full_crypto"], path = "../core" }
|
||||
rand = "0.8.5"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -20,7 +20,7 @@ honggfuzz = "0.5.49"
|
||||
num-bigint = "0.4.3"
|
||||
num-traits = "0.2.15"
|
||||
primitive-types = "0.12.0"
|
||||
sp-arithmetic = { version = "6.0.0", path = ".." }
|
||||
sp-arithmetic = { version = "7.0.0", path = ".." }
|
||||
|
||||
[[bin]]
|
||||
name = "biguint"
|
||||
|
||||
Reference in New Issue
Block a user