Skip to content

Commit 996fb0e

Browse files
committed
Try 1.65
1 parent cd58e28 commit 996fb0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
rust:
7373
- stable
7474
- beta
75-
- 1.63.0 #MSRV
75+
- 1.65.0 #MSRV
7676
fail-fast: false
7777
steps:
7878
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
- [[#184](https://github.com/IronCoreLabs/recrypt-rs/pull/184)]
6-
- Change MSRV to Rust 1.63.0
6+
- Change MSRV to Rust 1.65.0
77
- [[#177](https://github.com/IronCoreLabs/recrypt-rs/pull/177)]
88
- Change MSRV to Rust 1.60.0
99
- [[#175](https://github.com/IronCoreLabs/recrypt-rs/pull/175)]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["cryptography", "algorithms"]
1010
keywords = ["cryptography", "proxy-re-encryption", "PRE", "ECC", "transform-encryption"]
1111
description = "A pure-Rust implementation of Transform Encryption, a Proxy Re-encryption scheme"
1212
edition = "2021"
13-
rust-version = "1.63.0"
13+
rust-version = "1.65.0"
1414

1515
[target.'cfg(all(unix, not(target_arch = "wasm32")))'.dependencies]
1616
libc = {version = "0.2"}

0 commit comments

Comments
 (0)