From fef3d1d5493c79da5de303535f2f960a5c6230f7 Mon Sep 17 00:00:00 2001 From: Serkyo Date: Sun, 12 Jul 2026 00:50:01 +0200 Subject: [PATCH] chore(net): removed redundant licence-file --- crates/net/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 3b4efbb..fbfe08c 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "net" license.workspace = true -license-file.workspace = true authors.workspace = true edition.workspace = true version.workspace = true