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

Single crate workspace doesn't work. #80

Closed
zie1ony opened this issue Apr 17, 2024 · 1 comment
Closed

Single crate workspace doesn't work. #80

zie1ony opened this issue Apr 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zie1ony
Copy link
Contributor

zie1ony commented Apr 17, 2024

I wanted to have repository with two crates:

  • contracts - crate that produces wasm files,
  • client - some code to interact with contracts.

Unfortunetely with just one create contracts in the workspace I was not able to test it against Casper's VM, because of the missing *.wasm file in crates's wasm directory. It is only copied into root's wasm directory.

Bonus error

If you name your crate's directory aaa-contracts it will try to copy wasm file into aaa_contracts/wasm (note underscore).

@zie1ony zie1ony added the bug Something isn't working label Apr 17, 2024
@kubaplas
Copy link
Contributor

Fixed by #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants