Skip to content

Conversation

sfackler
Copy link
Owner

This restores the old behavior of only running the probe logic once, and not failing on invalid cert files or dirs.

Closes #320

@sfackler sfackler force-pushed the fix-root-config branch 2 times, most recently from 05a3c0e to 00fc1f7 Compare February 19, 2025 14:43
@sfackler sfackler merged commit 307e961 into master Feb 19, 2025
4 checks passed
@sfackler sfackler deleted the fix-root-config branch February 19, 2025 18:44
repository = "https://github.com/sfackler/rust-native-tls"
readme = "README.md"
rust-version = "1.53.0"
rust-version = "1.80.0"
Copy link

Choose a reason for hiding this comment

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

Is there a way to avoid bumping the minimal compiler version? 0.2.13 broke GStreamer Rust plug-ins but the stable branch is stuck on 1.71.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Why is it stuck on 1.71?

Copy link

Choose a reason for hiding this comment

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

Reply from a GStreamer developer:

For the question on github: because various people consider updating the toolchain requirements a breaking change because it's apparently fine to update all kinds of software but not the toolchain. I don't agree with that but I don't have the energy to deal with these people.

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.

Performance regression v0.2.13

2 participants