From 034c39acda40b6bed02614db3d4203103a559d79 Mon Sep 17 00:00:00 2001 From: maciektr Date: Thu, 24 Oct 2024 15:59:06 +0200 Subject: [PATCH] Change scarb plugin name in Cargo manifest to match the Scarb manifest (#2589) This is a warning now, but may be enforced in future Scarb releases. --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- crates/snforge-scarb-plugin/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 320011867c..4e7ff744c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: - uses: software-mansion/setup-scarb@v1.3.3 - uses: software-mansion/setup-universal-sierra-compiler@v1 - name: Run Forge Scarb Plugin tests - run: cargo test --release -p snforge-scarb-plugin + run: cargo test --release -p snforge_scarb_plugin test-cast: name: Test Cast diff --git a/Cargo.lock b/Cargo.lock index a98d3075a2..7797e8f7ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4784,7 +4784,7 @@ dependencies = [ ] [[package]] -name = "snforge-scarb-plugin" +name = "snforge_scarb_plugin" version = "0.32.0" dependencies = [ "cairo-lang-diagnostics", diff --git a/crates/snforge-scarb-plugin/Cargo.toml b/crates/snforge-scarb-plugin/Cargo.toml index 755a81d14b..8677ac7669 100644 --- a/crates/snforge-scarb-plugin/Cargo.toml +++ b/crates/snforge-scarb-plugin/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "snforge-scarb-plugin" +name = "snforge_scarb_plugin" version.workspace = true edition.workspace = true publish = false