Skip to content

Clean up leftover ink_lang references#1404

Merged
cmichi merged 2 commits intomasterfrom
cmichi-clean-up-ink_lang-leftovers
Sep 20, 2022
Merged

Clean up leftover ink_lang references#1404
cmichi merged 2 commits intomasterfrom
cmichi-clean-up-ink_lang-leftovers

Conversation

@cmichi
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@ascjones
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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