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

Clean up leftover ink_lang references #1404

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

cmichi
Copy link
Collaborator

@cmichi cmichi commented Sep 20, 2022

No description provided.

@cmichi cmichi merged commit 74b2248 into master Sep 20, 2022
@cmichi cmichi deleted the cmichi-clean-up-ink_lang-leftovers branch September 20, 2022 10:10
ascjones pushed a commit that referenced this pull request Sep 20, 2022
@ganesh1997oli
Copy link
Contributor

While running ink/example/ project I am getting ERROR: No 'ink_lang' dependency found this error

@ascjones
Copy link
Collaborator

Yes this will be fixed once use-ink/cargo-contract#728 is merged, which depends on a new ink release (currently in progress #1409)

In the meantime you can install from the branch use-ink/cargo-contract#728, which should solve your issue in the meantime

@Irene-123
Copy link

I have installed the branch, but where am I supposed to store and use it like usual cargo contract new my-contract?
I'm running a windows subsystem for Linux(WSL) and the cargo folder is at home/user/.cargo , to rectify the error above mentioned by @123OLi where should I place the folder.

The .cargo folder consists of:
image

@ganesh1997oli
Copy link
Contributor

ganesh1997oli commented Dec 14, 2022

I have installed the branch, but where am I supposed to store and use it like usual cargo contract new my-contract? I'm running a windows subsystem for Linux(WSL) and the cargo folder is at home/user/.cargo , to rectify the error above mentioned by @123OLi where should I place the folder.

The .cargo folder consists of: image

@Irene-123 instead of clone repo, you can use cli to install 4.0.0-beta version by using cargo install cargo-contract --version 2.0.0-beta this command. Have look here. After that you can create project with cargo contract new my-contract and store anywhere and use command cargo contract build to build the project

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

Successfully merging this pull request may close these issues.

4 participants