mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
3836376965
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>
15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: Renames `frame` crate to `polkadot-sdk-frame`
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
This PR renames `frame` crate to `polkadot-sdk-frame` as `frame` is not available on crates.io.
|
|
Please note that this crate can only be imported as `polkadot-sdk-frame` or `frame`.
|
|
|
|
crates:
|
|
- name: polkadot-sdk-frame
|
|
bump: major
|