Skip to content

Commit

Permalink
Limit ink_eth_compatibility crate keywords to five (#966)
Browse files Browse the repository at this point in the history
Otherwise crates.io refrains from publishing:

	invalid upload request: invalid length 6, expected at most 5 keywords per crate
  • Loading branch information
Michael Müller authored Oct 18, 2021
1 parent eb07986 commit 8a745ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eth_compatibility/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/paritytech/ink"
documentation = "https://docs.rs/ink_eth_compatibility/"
homepage = "https://www.parity.io/"
description = "[ink!] Ethereum related stuff."
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl", "ethereum"]
keywords = ["wasm", "parity", "webassembly", "blockchain", "ethereum"]
categories = ["no-std", "embedded"]
include = ["Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]

Expand Down

0 comments on commit 8a745ff

Please sign in to comment.