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

Fix compilation on nightly toolchain #222

Merged
merged 1 commit into from Feb 12, 2024
Merged

Fix compilation on nightly toolchain #222

merged 1 commit into from Feb 12, 2024

Conversation

sebastiencs
Copy link
Contributor

@sebastiencs sebastiencs commented Feb 11, 2024

Fix compilation on rustc 1.78.0-nightly (6cc484351 2024-02-10)
Ran the following commands, to update some dependencies:

cargo update -p curve25519-dalek@4.1.1
cargo update -p rand_core@0.5.1
cargo update -p ahash@0.7.7
cargo update -p ahash@0.8.6

Ran the following commands, to update some dependencies:
cargo update -p curve25519-dalek@4.1.1
cargo update -p rand_core@0.5.1
cargo update -p ahash@0.7.7
cargo update -p ahash@0.8.6
Copy link
Collaborator

@tizoc tizoc left a comment

Choose a reason for hiding this comment

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

lgtm, but I also think we should switch to a stable version for now since nightly doesn't seem to be required for anything #221

@sebastiencs
Copy link
Contributor Author

@tizoc Yes this is only to be able to compile locally, using nightly

@sebastiencs sebastiencs merged commit 62d49bc into develop Feb 12, 2024
4 of 10 checks passed
@sebastiencs sebastiencs deleted the fix-nightly branch February 12, 2024 15:00
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.

None yet

2 participants