You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-pem-rfc7468/pem-rfc7468-fix-metadata.diff

12 lines
289 B

--- pem-rfc7468-0.2.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ pem-rfc7468-0.2.4/Cargo.toml 2021-12-13T17:29:09.108238+00:00
@@ -25,7 +25,7 @@
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.base64ct]
-version = ">=1, <1.2"
+version = "1"
[features]
alloc = []