#!/usr/bin/env bash
set -ex

rustup toolchain update stable;
cargo +stable publish --target x86_64-unknown-linux-gnu --verbose;