Skip to content
Snippets Groups Projects
Unverified Commit 55c532a1 authored by Xavier Lau's avatar Xavier Lau
Browse files

Remove experimental feature

parent d794f711
No related merge requests found
Pipeline #513062 waiting for manual action with stages
in 54 minutes and 9 seconds
[package]
name = "pallet-nis"
version = "28.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
authors.workspace = true
description = "FRAME pallet for rewarding account freezing."
edition.workspace = true
homepage.workspace = true
license = "Apache-2.0"
name = "pallet-nis"
readme = "README.md"
repository.workspace = true
description = "FRAME pallet for rewarding account freezing."
readme = "README.md"
version = "28.0.0"
[lints]
workspace = true
......@@ -16,25 +16,25 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { features = ["derive"], workspace = true }
codec = { features = ["derive"], workspace = true }
frame = { workspace = true, features = ["runtime"] }
scale-info = { features = ["derive"], workspace = true }
frame = { workspace = true, features = ["experimental", "runtime"] }
[dev-dependencies]
pallet-balances = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }
[features]
default = ["std"]
runtime-benchmarks = [
"frame/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
]
std = [
"codec/std",
"frame/std",
"scale-info/std",
]
runtime-benchmarks = [
"frame/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
]
try-runtime = [
"frame/try-runtime",
"pallet-balances/try-runtime",
......
......@@ -546,10 +546,7 @@ pub mod arithmetic {
/// All token related types and traits.
pub mod token {
pub use frame_support::traits::{
tokens::*,
OnUnbalanced,
};
pub use frame_support::traits::{tokens::*, OnUnbalanced};
}
/// All derive macros used in frame.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment