We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ver: ff8853f
After adding as a dependency
piltover_bindings = { package = "bindings", git = "https://github.com/keep-starknet-strange/piltover.git", rev = "ff8853fde770fac31ea071892242e12cd386a3f1" }
The whole program failes to compile.
3 | / abigen!( 4 | | AppChain, 5 | | "../target/dev/piltover_appchain.contract_class.json", 6 | | output_path("src/bindings.rs") 7 | | ); | |_^
How to reproduce: Add a dependency to any program
Proposed solution Include compiled json in this repository
json
The text was updated successfully, but these errors were encountered:
Should be solved in #32 with cainome being bumped. Don't hesitate to re-open if necessary.
Sorry, something went wrong.
No branches or pull requests
ver: ff8853f
After adding as a dependency
piltover_bindings = { package = "bindings", git = "https://github.com/keep-starknet-strange/piltover.git", rev = "ff8853fde770fac31ea071892242e12cd386a3f1" }
The whole program failes to compile.
How to reproduce:
Add a dependency to any program
Proposed solution
Include compiled
json
in this repositoryThe text was updated successfully, but these errors were encountered: