Skip to content

Commit

Permalink
ci: bump alloy for Rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Sep 7, 2024
1 parent 7b98ec5 commit 633ceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
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
tomlq -ti '.dependencies.alloy.version = "0.3.1"' Cargo.toml
- name: Publish Rust package to crates.io
working-directory: out/bindings
Expand Down

0 comments on commit 633ceb8

Please sign in to comment.