Fix mistakes in Cargo.toml (#1504)

This commit is contained in:
Lulu
2023-09-12 11:41:34 +01:00
committed by GitHub
parent f551f52e35
commit 391591b6a4
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME pallet for WASM contracts"
readme = "README.md"
include = ["src/**/*", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "build.rs", "README.md", "CHANGELOG.md"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
-1
View File
@@ -7,7 +7,6 @@ license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "FRAME transaction pause pallet"
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]