From ac63c0a78bf8ad59e4ca2cfd555abacf8009e633 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 25 Jun 2024 03:04:56 +0800 Subject: [PATCH] chore: remove publish=false from transaction-metrics-tracker/Cargo.toml (#1828) --- 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 }