Skip to content

Commit

Permalink
Update MSRV to 1.60
Browse files Browse the repository at this point in the history
Due to themis dependency zeroize now requiring rustc 1.60
  • Loading branch information
iamnotacake committed Nov 24, 2023
1 parent a86c4bb commit 733489a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rust.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: [stable, '1.58']
rust: [stable, '1.60']
fail-fast: false
steps:
- name: Install system dependencies
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: [stable, '1.58']
rust: [stable, '1.60']
fail-fast: false
steps:
- name: Install system dependencies
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -41,7 +41,7 @@ _Code:_

This is technically a breaking change, but most reasonble implementations should be `Send` already. Please raise an issue if your code fails to build.

- Minimum supported Rust version is now 1.58 ([#977](https://github.com/cossacklabs/themis/pull/977), [#984](https://github.com/cossacklabs/themis/pull/984)).
- Minimum supported Rust version is now 1.60 ([#977](https://github.com/cossacklabs/themis/pull/977), [#984](https://github.com/cossacklabs/themis/pull/984), [#1039](https://github.com/cossacklabs/themis/pull/1039)).

- **WasmThemis**

Expand Down

0 comments on commit 733489a

Please sign in to comment.