-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x509-cert: specify concrete types to help the compiler (#1441)
rustc fails to infer the appropriate types with Default::default when building a crate depending on femme = "2.2.1" getrandom = { version = "0.2.15", features = ["js"] } rand = "0.8.5 x509-cert = { version = "0.2.5", features = ["hazmat", "builder"] } Co-authored-by: Mathieu Amiot <[email protected]>
- Loading branch information
1 parent
2c16861
commit 7a2d38a
Showing
4 changed files
with
7 additions
and
7 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
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
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
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