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

Update ed25519-dalek to allow rust-analyzer to work properly #61

Closed
ShadowJonathan opened this issue May 14, 2022 · 1 comment
Closed

Comments

@ShadowJonathan
Copy link

ShadowJonathan commented May 14, 2022

From #3, this is currently blocked as-is.

I'm converting that PR into an issue to track this problem, as ed25519-dalek has gone two years without a release, with some improvements on master branch that should be in a normal release.

Original issue, which is now closed as fixed, but not in a release yet: dalek-cryptography/ed25519-dalek#173

Issue on their repo calling for a new release: dalek-cryptography/ed25519-dalek#192


Alternatively, the following could be added to .vscode/settings.json to fix this for everyone using vscode;

  "rust-analyzer.cargo.unsetTest": [
    "core",
    "ed25519-dalek"
  ],
@poljar
Copy link
Collaborator

poljar commented Sep 5, 2024

This is now presumably fixed since we do depend on a new release of ed25519-dalek as of: 11e81cd.

@poljar poljar closed this as completed Sep 5, 2024
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

2 participants