Skip to content

build(deps): Bump tokio from 1.31.0 to 1.33.0 #135

build(deps): Bump tokio from 1.31.0 to 1.33.0

build(deps): Bump tokio from 1.31.0 to 1.33.0 #135

Workflow file for this run

name: publish-dry-run
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache .cargo and target
uses: actions/cache@v2
with:
path: |
~/.cargo
./target
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo-build
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Dry Rung Cargo Publish
run: cargo publish --dry-run