Skip to content

Commit 2b252df

Browse files
committed
Update README about MSRV policy
See #89
1 parent cbed80f commit 2b252df

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

picky-asn1-der/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![docs.rs](https://docs.rs/picky-asn1-der/badge.svg)](https://docs.rs/picky-asn1-der)
33
![Crates.io](https://img.shields.io/crates/l/picky-asn1-der)
44

5+
Compatible with rustc 1.43.
6+
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7+
58
# picky-asn1-der
69

710
Portions of project [serde_asn1_der](https://github.com/KizzyCode/serde_asn1_der) are held by

picky-asn1-x509/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![docs.rs](https://docs.rs/picky-asn1-x509/badge.svg)](https://docs.rs/picky-asn1-x509)
33
![Crates.io](https://img.shields.io/crates/l/picky-asn1-x509)
44

5+
Compatible with rustc 1.43.
6+
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7+
58
# picky-asn1-x509
69

710
Provide implementation for types defined in [X.509 RFC](https://tools.ietf.org/html/rfc5280) and related RFC ([PKCS#8](https://tools.ietf.org/html/rfc5208), [PKCS#10](https://tools.ietf.org/html/rfc2986)).
@@ -11,3 +14,4 @@ This is a low-level library providing only raw types for serialization and deser
1114
These types are implementing `serde`'s `Serialize` and `Deserialize` and are to be used with [picky-asn1-der](https://crates.io/crates/picky-asn1-der).
1215
If you're looking for a higher level API, you may be interested by the [picky crate](https://crates.io/crates/picky) which uses
1316
this library internally and provides a nicer API.
17+

picky-asn1/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![docs.rs](https://docs.rs/picky-asn1/badge.svg)](https://docs.rs/picky-asn1)
33
![Crates.io](https://img.shields.io/crates/l/picky-asn1)
44

5+
Compatible with rustc 1.43.
6+
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7+
58
# picky-asn1
69

710
Defines wrappers for ASN.1 types:

picky/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![docs.rs](https://docs.rs/picky/badge.svg)](https://docs.rs/picky)
33
![Crates.io](https://img.shields.io/crates/l/picky)
44

5+
Compatible with rustc 1.49.
6+
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
7+
58
# picky
69

710
Portable X.509, PKI, JOSE and HTTP signature implementation.

0 commit comments

Comments
 (0)