Skip to content

Bump ring from 0.16.20 to 0.17.13 #207

Bump ring from 0.16.20 to 0.17.13

Bump ring from 0.16.20 to 0.17.13 #207

Workflow file for this run

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