sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Make tempfile be a macos-only dependency #295

Closed simlay closed 2 months ago

simlay commented 2 months ago

When using the changes in #294, I found that there was an issue with errno (https://github.com/lambda-fairy/rust-errno/pull/95) linking to the correct errno calls for visionOS.

Given that Identity::from_pkcs8 is unimplemented for non-macos targets I figured it'd be best to just remove tempfile as a dependency for those targets.