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

Feat/fuzzer #97

Closed
wants to merge 7 commits into from
Closed

Feat/fuzzer #97

wants to merge 7 commits into from

Conversation

lukacan
Copy link
Collaborator

@lukacan lukacan commented Sep 13, 2023

Pinned dependencies to specific versions.

Copy link
Contributor

@Ikrk Ikrk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to force install trdelnik-cli, initialized new anchor project and ran trdelnik init && trdelnik test and everything worked as expected. Therefore I was not able to reproduce your error and it would not be ideal to restrict dependencies to exact versions if it is not absolutely necessary. Were you able to reproduce the problem as requested here #96 (comment) ?

What is your system setup?
Mine is:

solana-cli 1.16.10 (src:382b3f16; feat:3712769919, client:SolanaLabs)
anchor-cli 0.28.0
rustc 1.70.0 (90c541806 2023-05-31)
trdelnik-cli 0.5.0

@lukacan
Copy link
Collaborator Author

lukacan commented Sep 13, 2023

Yes you are right, I somehow didnt realize that cargo update can help to solve this. So after running cargo update (with updated lock file), trdelnik test works. So from my side we can close this.

@Ikrk Ikrk closed this Sep 13, 2023
@Ikrk Ikrk deleted the feat/fuzzer branch September 14, 2023 08:34
This pull request was closed.
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.

trdelnik test throws dependancy error when used with trdelnik init without -s flag
2 participants