mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Fixup package releasing (#5821)
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c0daa9a47c
commit
bb94695a4e
@@ -6,6 +6,7 @@ edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Collection of common consensus specific imlementations for Substrate (client)"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
|
||||
//! Collection of consensus specific imlementations
|
||||
|
||||
//! Collection of common consensus specific implementations
|
||||
mod longest_chain;
|
||||
|
||||
pub use longest_chain::LongestChain;
|
||||
pub use longest_chain::LongestChain;
|
||||
|
||||
Reference in New Issue
Block a user