blob: 24db2bd779297e12fc938b47d624e3a9dcf6eb9a [file] [log] [blame]
Ivan Lozanod8cadc52020-11-17 08:57:29 -05001#!/usr/bin/env bash
2
3set -eux
4
5cd $(dirname $0)/derive
6
7cargo publish
8
9cd ..
10
11# Let the crates.io index figure out we've published `derive_arbitrary` already.
12sleep 5
13
14cargo publish