Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Update async-openai requirement from 0.13.0 to 0.14.2 #42

Update async-openai requirement from 0.13.0 to 0.14.2

Update async-openai requirement from 0.13.0 to 0.14.2 #42

Workflow file for this run

name: Rust Build & Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: check
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test