mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Renames frame crate to polkadot-sdk-frame (#3813)
Step in https://github.com/paritytech/polkadot-sdk/issues/3155 Needed for https://github.com/paritytech/eng-automation/issues/6 This PR renames `frame` crate to `polkadot-sdk-frame` as `frame` is not available on crates.io --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ use std::{
|
||||
};
|
||||
|
||||
/// Logging target
|
||||
const LOG_TARGET: &'static str = "frame::benchmark::pallet";
|
||||
const LOG_TARGET: &'static str = "polkadot_sdk_frame::benchmark::pallet";
|
||||
|
||||
/// The inclusive range of a component.
|
||||
#[derive(Serialize, Debug, Clone, Eq, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user