Skip to content

linux: Replace c_enum! with e! for tpacket_versions #198

linux: Replace c_enum! with e! for tpacket_versions

linux: Replace c_enum! with e! for tpacket_versions #198

Workflow file for this run

# release-plz for the stable 0.2 branch
name: Release-plz v0.2
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- libc-0.2
jobs:
release-plz:
name: Release-plz v0.2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Install Rust (rustup)
run: rustup update stable --no-self-update && rustup default stable
- name: Run release-plz
uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5.130
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
# FIXME(release): release-pr is broken since we have two release tracks for
# `libc` :(
command: release