Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
3991aa5d3338019d58599b378f8fae430916ab3d
/
.
/
crates
/
arbitrary
/
publish.sh
blob: 24db2bd779297e12fc938b47d624e3a9dcf6eb9a [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
eux
cd $
(
dirname $0
)/
derive
cargo publish
cd
..
# Let the crates.io index figure out we've published `derive_arbitrary` already.
sleep
5
cargo publish