From b4aa0937239cc04e31140054bfec3e746e399273 Mon Sep 17 00:00:00 2001 From: yihau Date: Sat, 22 Jun 2024 08:53:03 +0800 Subject: [PATCH] chore: remove publish=false from transaction-metrics-tracker/Cargo.toml --- transaction-metrics-tracker/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/transaction-metrics-tracker/Cargo.toml b/transaction-metrics-tracker/Cargo.toml index 9bd82702a3ebb4..c4882603174422 100644 --- a/transaction-metrics-tracker/Cargo.toml +++ b/transaction-metrics-tracker/Cargo.toml @@ -8,7 +8,6 @@ repository = { workspace = true } homepage = { workspace = true } license = { workspace = true } edition = { workspace = true } -publish = false [dependencies] Inflector = { workspace = true }