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

serde.rs: Fix type infer error #670

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

shank03
Copy link
Contributor

@shank03 shank03 commented Aug 17, 2024

Fixes #669

This error is caused by latest arrayvec crate 0.7.6 which now implements 2 different versions AsRef traits.

  • here as AsRef<str>
  • and here as AsRef<Path>

This error is caused by latest `arrayvec` crate which now implements 2 different versions `AsRef` traits.
@paupino paupino enabled auto-merge (squash) August 17, 2024 18:41
@paupino paupino merged commit f31e85a into paupino:master Aug 17, 2024
15 checks passed
@shank03 shank03 deleted the arrayvec-as-ref-fix branch August 18, 2024 04:55
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.

latest arrayvec versions fail build (>0.7.4): "type annotation needed"
2 participants