Added publish script.
This commit is contained in:
parent
ca0ef71a00
commit
62594c06d1
1 changed files with 4 additions and 0 deletions
4
bin/publish
Normal file
4
bin/publish
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
cargo publish --target x86_64-unknown-linux-gnu --verbose
|
Loading…
Reference in a new issue