Don't publish frame and deps (#2260)

This commit is contained in:
Lulu
2023-11-09 21:17:48 +01:00
committed by GitHub
parent 0abbd60de1
commit e8029a7761
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ description = "A minimal Substrate example runtime"
edition.workspace = true
repository.workspace = true
license.workspace = true
publish = false
[dependencies]
parity-scale-codec = { version = "3.0.0", default-features = false }
+1
View File
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage = "paritytech.github.io"
repository.workspace = true
description = "The single package to get you started with building frame pallets and runtimes"
publish = false
[package.metadata.docs.rs]
# enable `experimental` feature for docs
+1
View File
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "The single package with examples of various types of FRAME pallets"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -7,6 +7,7 @@ license = "MIT-0"
homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME example pallet with umbrella crate"
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]