-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There appears to be some interaction between once_cell and the 32-bit toolchain for windows that is causing the ASCII_ARMOR symbol to be mis-linked. To work around the issue reported in #29, hide the ASCII_ARMOR symbol inside of a function so that it is not even crate-wide available but is only available inside the function.
- Loading branch information
1 parent
4137641
commit fb15d5c
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 1.0.1 | ||
|
||
- hide the ASCII_ARMOR symbol to work around a linking issue with 32-bit windows builds | ||
|
||
# 1.0 | ||
|
||
- `pem::parse_many` now returns a `Result<Vec<Pem>>` instead of a `Vec<Pem>` that silently discarded invalid sections. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters