Skip to content

Commit

Permalink
Try Rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Sep 9, 2024
1 parent 996fb0e commit 71b380f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
rust:
- stable
- beta
- 1.65.0 #MSRV
- 1.70.0 #MSRV
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased

- [[#184](https://github.com/IronCoreLabs/recrypt-rs/pull/184)]
- Change MSRV to Rust 1.65.0
- Change MSRV to Rust 1.70.0
- [[#177](https://github.com/IronCoreLabs/recrypt-rs/pull/177)]
- Change MSRV to Rust 1.60.0
- [[#175](https://github.com/IronCoreLabs/recrypt-rs/pull/175)]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["cryptography", "algorithms"]
keywords = ["cryptography", "proxy-re-encryption", "PRE", "ECC", "transform-encryption"]
description = "A pure-Rust implementation of Transform Encryption, a Proxy Re-encryption scheme"
edition = "2021"
rust-version = "1.65.0"
rust-version = "1.70.0"

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

0 comments on commit 71b380f

Please sign in to comment.