Skip to content

Commit 302df99

Browse files
authored
build(picky): bump MSVC to 1.85 (#379)
1 parent ee3ed74 commit 302df99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- crate: picky-asn1-x509
111111
msvc: "1.70"
112112
- crate: picky
113-
msvc: "1.81"
113+
msvc: "1.85"
114114

115115
steps:
116116
- uses: actions/checkout@v4

picky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
description = "Portable X.509, PKI, JOSE and HTTP signature implementation."
1616
keywords = ["x509", "jwt", "signature", "jose", "pki"]
1717
edition = "2021"
18-
rust-version = "1.81"
18+
rust-version = "1.85"
1919
license = "MIT OR Apache-2.0"
2020
repository = "https://github.com/Devolutions/picky-rs"
2121
include = ["src/**/*", "README.md", "CHANGELOG.md", "LICENSE-*"]

picky/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.81.
5+
Compatible with rustc 1.85.
66
Minimal rustc version bumps happen [only with minor number bumps in this project](https://github.com/Devolutions/picky-rs/issues/89#issuecomment-868303478).
77

88
# picky

0 commit comments

Comments
 (0)