Problem: Cargo.toml file contains [project] key (#7346)

This key is not recognized by some software
(like carnix).

It is also not documented in http://doc.crates.io/manifest.html

Solution: rename this key to [package]
This commit is contained in:
Yurii Rashkovskii 2017-12-20 22:41:52 +07:00 committed by Tomasz Drwięga
parent 2f9532fe4b
commit ab2caee0a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[project]
[package]
name = "ethcore-bloom-journal"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]