From bcd2bf00131e23c266c0667dc2e49d0e6afa70d5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:35:05 -0500 Subject: [PATCH] v2.0: chore: remove publish=false from transaction-metrics-tracker/Cargo.toml (backport of #1828) (#1844) chore: remove publish=false from transaction-metrics-tracker/Cargo.toml (#1828) (cherry picked from commit ac63c0a78bf8ad59e4ca2cfd555abacf8009e633) Co-authored-by: Yihau Chen --- 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 }