Skip to content

Commit

Permalink
CI: Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantn committed Dec 8, 2024
1 parent ddffc61 commit 7a88a18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ jobs:
shell: bash

- name: Test
run: |
chmod 777 ./ci/run-docker.sh
./ci/run-docker.sh ${{ inputs.arch }} ${{ inputs.target }} ${{ inputs.extra-features }}
run: ./ci/run-docker.sh ${{ inputs.arch }} ${{ inputs.target }} ${{ inputs.extra-features }}
shell: bash
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ constant-time = []
cfg-if = "1.0.0"

[dev-dependencies]
hex = "0.4.3"
hex = { version = "0.4.3", default-features = false }
lazy_static = "1.5.0"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Actions Status](https://github.com/sayantn/aes/actions/workflows/rust.yml/badge.svg)](https://github.com/sayantn/aes/actions)

This is a pure-Rust platform-agnostic [AES](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.197-upd1.pdf) library, that
is focused on reusability and optimal performance.

Expand Down
Empty file modified ci/run-docker.sh
100644 → 100755
Empty file.

0 comments on commit 7a88a18

Please sign in to comment.