From 06ef834a30e6791101b129abde74f848fd8edae1 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Fri, 1 Mar 2019 10:47:46 +0100 Subject: [PATCH] Use correct name for documentation field in Cargo.toml --- util/memzero/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/memzero/Cargo.toml b/util/memzero/Cargo.toml index be2e627ffbb..67d17d26d07 100644 --- a/util/memzero/Cargo.toml +++ b/util/memzero/Cargo.toml @@ -5,6 +5,6 @@ description = "A wrapper for zero-ing out memory when dropped" license = "GPL-3.0" homepage = "https://parity.io" repository = "https://github.com/paritytech/parity-ethereum" -docs = "https://docs.rs/crate/memzero" +documentation = "https://docs.rs/crate/memzero" authors = ["Parity Technologies "] edition = "2018"