From c02d5ca659dcc093dabfa045940b5414fcd6ef5d Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Thu, 3 Oct 2024 09:57:23 -0400 Subject: [PATCH] Change promotion_fund to promotion-fund --- Cargo.lock | 2 +- promotion_fund/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23a59fcfb..983472175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6139,7 +6139,7 @@ dependencies = [ ] [[package]] -name = "promotion_fund" +name = "promotion-fund" version = "0.1.0" dependencies = [ "anyhow", diff --git a/promotion_fund/Cargo.toml b/promotion_fund/Cargo.toml index eedd3135f..d6d3418dd 100644 --- a/promotion_fund/Cargo.toml +++ b/promotion_fund/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "promotion_fund" +name = "promotion-fund" version = "0.1.0" description = "Service Provider promotion fund tracking for the Helium Network" authors.workspace = true