Fixup package releasing (#5821)

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Benjamin Kampmann
2020-04-29 18:44:12 +02:00
committed by GitHub
parent c0daa9a47c
commit bb94695a4e
5 changed files with 7 additions and 5 deletions
@@ -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"]
+3 -2
View File
@@ -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;