fallible_alloc 0.2.0

Fallible rust stable std collections allocations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Publish to crates.io

on:
  push:
    branches: [ main ]

jobs:
  deploy:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - name: Login to cargo
        run: cargo login ${{secrets.CRATES_IO_TOKEN}}
      - name: Publish
        run: cargo publish