From 7b98ec5b205375368ec832c39070a898554f0def Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Mon, 19 Aug 2024 09:25:08 -0300 Subject: [PATCH] ci: fix alloy dependency in `Cargo.toml` --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc9b1b22..43d74c58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,8 @@ jobs: run: | tomlq -ti '.package.license = "Apache-2.0"' Cargo.toml tomlq -ti '.package.description = "Rust bindings for Cartesi Rollups smart contracts"' Cargo.toml + tomlq -ti 'del(.dependencies.alloy.git)' Cargo.toml + tomlq -ti '.dependencies.alloy.version = "0.2.1"' Cargo.toml - name: Publish Rust package to crates.io working-directory: out/bindings