snapshot before rebranding
This commit is contained in:
@@ -7,6 +7,7 @@ license = "Apache-2.0"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Reward Curve for FRAME staking pallet"
|
||||
documentation = "https://docs.rs/pezpallet-staking-reward-curve"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -79,7 +79,7 @@ pub fn build(input: TokenStream) -> TokenStream {
|
||||
let declaration = generate_piecewise_linear(points);
|
||||
let test_module = generate_test_module(&input);
|
||||
|
||||
let imports = match crate_name("sp-runtime") {
|
||||
let imports = match crate_name("pezsp-runtime") {
|
||||
Ok(FoundCrate::Itself) => quote!(
|
||||
#[doc(hidden)]
|
||||
pub use pezsp_runtime as _sp_runtime;
|
||||
|
||||
Reference in New Issue
Block a user