Skip to content

Commit

Permalink
Merge pull request #301 from iqlusioninc/bytes/v0.5
Browse files Browse the repository at this point in the history
secrecy/zeroize: Upgrade to `bytes` v0.5; MSRV 1.39+
  • Loading branch information
tony-iqlusion authored Dec 2, 2019
2 parents ee8233c + c66b787 commit 1e479ec
Show file tree
Hide file tree
Showing 17 changed files with 129 additions and 206 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Based on https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md

on:
pull_request: {}
push:
branches: develop
pull_request: {}

name: Rust

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- ubuntu-latest
- windows-latest
toolchain:
- 1.36.0
- 1.39.0
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
Loading

0 comments on commit 1e479ec

Please sign in to comment.