Skip to content

Bump shared_preferences from 2.0.20 to 2.2.0 #95

Bump shared_preferences from 2.0.20 to 2.2.0

Bump shared_preferences from 2.0.20 to 2.2.0 #95

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- run: cargo test