From 5c2fe8c85185cda183684228963546a49247e1c3 Mon Sep 17 00:00:00 2001 From: Nikhil Gupta <17176722+gupnik@users.noreply.github.com> Date: Fri, 3 May 2024 18:43:37 +0530 Subject: [PATCH 1/2] Publish crate --- substrate/frame/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index ef8d8758f3df..bb61c2d8ab49 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" homepage = "paritytech.github.io" repository.workspace = true description = "Experimental: The single package to get you started with building frame pallets and runtimes" -publish = false [lints] workspace = true From 3d4582d58ae1772cb58e697be4553aa6c39eeaab Mon Sep 17 00:00:00 2001 From: Nikhil Gupta <17176722+gupnik@users.noreply.github.com> Date: Fri, 3 May 2024 18:54:16 +0530 Subject: [PATCH 2/2] Updates URL --- substrate/frame/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index bb61c2d8ab49..729df227be03 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] edition.workspace = true license = "Apache-2.0" -homepage = "paritytech.github.io" +homepage = "https://paritytech.github.io" repository.workspace = true description = "Experimental: The single package to get you started with building frame pallets and runtimes"