Skip to content

Update v8 version to v0.93.0 (#39) #28

Update v8 version to v0.93.0 (#39)

Update v8 version to v0.93.0 (#39) #28

Workflow file for this run

name: Github Main
on:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
check-if-publishable:
name: Check if allowed to be published on crates.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
dry-run: true