From 5f12abf80e2ff2a7d99f93c1da5b5d6be5419f80 Mon Sep 17 00:00:00 2001 From: "glm-5.3-flash" Date: Sat, 5 Sep 2026 18:22:34 +0000 Subject: [PATCH] chore: drop dead Cargo.lock exclude entry cargo always packages the lockfile for libraries (since 1.62), so the exclude entry did nothing. Package contents unchanged. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd4b28c..09eb397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://git.alk.dev/alkdev/alkhttp" keywords = ["http", "websocket", "rpc", "openapi", "mcp"] categories = ["network-programming", "web-programming", "asynchronous"] -exclude = [".opencode/", "AGENTS.md", "docs/", "tasks/", "scripts/", "Cargo.lock"] +exclude = [".opencode/", "AGENTS.md", "docs/", "tasks/", "scripts/"] [lib] name = "alkhttp"