Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/generic-array-0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucazulian committed May 16, 2021
2 parents b3c2dd4 + deab05f commit 60420b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/gyuvl53l0x-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: gyuvl53l0x-ci

on:
push:
pull_request:
branches:
- '**'
tags:
- "*.*.*"
schedule:
- cron: 0 0 * * 0

Expand Down Expand Up @@ -90,6 +93,7 @@ jobs:
- name: Clippy
uses: actions-rs/clippy-check@v1
with:
args: --all-targets --all-features -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}

test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ nb = "0.1.2"
[dependencies.cast]
default-features = false
version = "0.2.3"
uninit = "0.1.0"
uninit = "0.1.0"

0 comments on commit 60420b4

Please sign in to comment.