Skip to content

Replace abandoned users crate with uzers fork #143

Replace abandoned users crate with uzers fork

Replace abandoned users crate with uzers fork #143

Workflow file for this run

name: RustDoc CI
on: [push, pull_request]
jobs:
docs:
name: Rust Cargo Doc CI on ${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo doc
uses: actions-rs/cargo@v1
with:
command: doc