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 musl non-TLS build #365

Merged
merged 1 commit into from
Jun 6, 2024
Merged

fix musl non-TLS build #365

merged 1 commit into from
Jun 6, 2024

Conversation

Arnie97
Copy link
Contributor

@Arnie97 Arnie97 commented Jun 5, 2024

This patch fixes two problems:

  1. Cargo refuses to compile with musl target and without native-tls feature. Since Add easy musl #301, openssl was incorrectly declared as a required dependency for musl, even if the the native-tls feature is disabled.
  2. The time crate refuses to compile on 1.80.0-nightly toolchain. Bumped it to include the relevant patch Delete identity conversion in format_description::parse_owned time-rs/time#671

@rapiz1 rapiz1 merged commit be14d12 into rapiz1:main Jun 6, 2024
4 of 5 checks passed
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.

2 participants