Prevent publishing of pallet_contracts for now (#7496)

This commit is contained in:
Alexander Theißen
2020-11-05 16:50:49 +01:00
committed by GitHub
parent 47815a5936
commit 38d02f21ff
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ repository = "https://github.com/paritytech/substrate/"
description = "FRAME pallet for WASM contracts"
readme = "README.md"
# Prevent publish until we are ready to release 3.0.0
publish = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]