Skip to content

Commit d9b43d1

Browse files
authored
ssh-cipher: add getrandom and rand_core feature passthroughs (#535)
These activate the respective features of `cipher` and if it's enabled, `aead`. This is mostly helpful for `ssh-key` to not have to directly include these crates as dependencies just to activate these features.
1 parent 165274b commit d9b43d1

3 files changed

Lines changed: 292 additions & 1 deletion

File tree

.github/workflows/ssh-cipher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
toolchain: ${{ matrix.rust }}
4343
target: ${{ matrix.target }}
4444
- uses: RustCrypto/actions/cargo-hack-install@master
45-
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features default,std
45+
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features default,std,getrandom
4646

4747
test:
4848
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 289 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)