Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: alloy-dyn-contract #149

Merged
merged 18 commits into from
Jan 29, 2024
Merged
Prev Previous commit
Next Next commit
chore: set cargo desc
  • Loading branch information
onbjerg committed Jan 25, 2024
commit 89409bfd71d100479f60ea14944bba6a3990b327
2 changes: 2 additions & 0 deletions crates/alloy-dyn-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[package]
name = "alloy-dyn-contract"
description = "Helpers for interacting with contracts that do not have a known ABI at compile time."

version.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
Loading