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:
parent
2f9532fe4b
commit
ab2caee0a3
@ -1,4 +1,4 @@
|
||||
[project]
|
||||
[package]
|
||||
name = "ethcore-bloom-journal"
|
||||
version = "0.1.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
Loading…
Reference in New Issue
Block a user