Skip to content

Commit

Permalink
0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 19, 2023
1 parent d077cfe commit d80de1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
with:
command: test
args: --no-default-features --features alloc --tests

- name: Test debug-mode, experimental feature
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: test
args: --features experimental

- name: Test release-mode, default features
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
Expand All @@ -89,6 +95,11 @@ jobs:
command: test
args: --release --no-default-features --features alloc --tests

- name: Test release-mode, experimental feature
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
with:
command: test
args: --release --features experimental

sanitizers:
name: Tests w. sanitizers
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### TBD
### 0.17.6

__Date:__ TBD.
__Date:__ September 19, 2023.

__Changelog:__
- Bump MSRV to `1.70.0`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orion"
version = "0.17.5"
version = "0.17.6"
authors = ["brycx <[email protected]>"]
description = "Usable, easy and safe pure-Rust crypto"
keywords = [ "cryptography", "crypto", "aead", "hash", "mac" ]
Expand Down

0 comments on commit d80de1d

Please sign in to comment.