• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/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
15