Skip to content

fix: In mouse_area, move clearing of drag_initiated state to the beginning of the update fn #1207

fix: In mouse_area, move clearing of drag_initiated state to the beginning of the update fn

fix: In mouse_area, move clearing of drag_initiated state to the beginning of the update fn #1207

Workflow file for this run

name: Audit
on:
push: {}
pull_request: {}
schedule:
- cron: '0 0 * * *'
jobs:
vulnerabilities:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
- name: Resolve dependencies
run: cargo update
- name: Audit vulnerabilities
run: cargo audit