Skip to content

Commit

Permalink
ci: fix alloy dependency in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Aug 19, 2024
1 parent d83527a commit 7b98ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b98ec5

Please sign in to comment.