Skip to content

Commit

Permalink
0.20.0 (respin).
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Apr 9, 2021
1 parent e898d28 commit db14296
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ include = [
"src/calendar.rs",
"src/cert.rs",
"src/der.rs",
"src/name.rs",
"src/end_entity.rs",
"src/error.rs",
"src/name.rs",
"src/name/dns_name.rs",
"src/name/ip_address.rs",
"src/name/verify.rs",
"src/signed_data.rs",
"src/time.rs",
"src/trust_anchor_util.rs",
"src/trust_anchor.rs",
"src/verify_cert.rs",
"src/webpki.rs",
"src/lib.rs",

"src/data/**/*",

Expand Down

0 comments on commit db14296

Please sign in to comment.