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

cargo.toml file takes local path #27

Open
sharozx16 opened this issue Oct 28, 2022 · 0 comments
Open

cargo.toml file takes local path #27

sharozx16 opened this issue Oct 28, 2022 · 0 comments

Comments

@sharozx16
Copy link

When creating a junokit project the cargo.toml created in contracts use local paths from cw-controller,cw-storage-plus,cw20. Junokit compile hence does not work, removing the local paths from the cargo.toml file lets the contracts compile. Here's how the code looks:

cw-controllers = { version = "0.13.2" }
cw-storage-plus = { version = "0.13.2" }
cw20 = { version = "0.13.2" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant