From 49ffcefc3953fae542a0e2238b3c30673af45e4d Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Tue, 8 Aug 2023 11:46:14 +0400 Subject: [PATCH] fix: remove license-file from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6193c6..935af16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" description = "Generic for storage Merkle Tree (sparse & fixed-size) in Rust" repository = "https://github.com/Rate-Limiting-Nullifier/pmtree" license = "MIT OR Apache-2.0" -license-file = "LICENSE-APACHE" [dev-dependencies] hex-literal = "0.3.4"