Skip to content
Snippets Groups Projects
Unverified Commit 391591b6 authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Fix mistakes in Cargo.toml (#1504)

parent f551f52e
Branches
No related merge requests found
Pipeline #389213 passed with stages
in 43 minutes and 44 seconds
......@@ -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"]
......
......@@ -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"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment