Use correct name for documentation field in Cargo.toml (#10440)
This commit is contained in:
parent
e71598d876
commit
ed18c7b54c
@ -5,6 +5,6 @@ description = "A wrapper for zero-ing out memory when dropped"
|
|||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
homepage = "https://parity.io"
|
homepage = "https://parity.io"
|
||||||
repository = "https://github.com/paritytech/parity-ethereum"
|
repository = "https://github.com/paritytech/parity-ethereum"
|
||||||
docs = "https://docs.rs/crate/memzero"
|
documentation = "https://docs.rs/crate/memzero"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user