Skip to content

Update hex-literal requirement from 0.2.1 to 0.4.1 #17

Update hex-literal requirement from 0.2.1 to 0.4.1

Update hex-literal requirement from 0.2.1 to 0.4.1 #17

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --all-targets
- name: Run tests
run: cargo test --verbose