Skip to content

Reject the conversion from >2^53 to usize #444

Reject the conversion from >2^53 to usize

Reject the conversion from >2^53 to usize #444

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: check MSRV
jobs:
# check at least it can build
check-msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- name: Build
run: cargo build