Fix bin/publish_lib
This commit is contained in:
parent
d1037d21f3
commit
8893410687
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
REPO_DIR=$( cd $(dirname ${BASH_SOURCE[0]})/..; pwd )
|
||||
|
||||
rustup toolchain update stable;
|
||||
cargo +stable publish --verbose --manifest-path framed/Cargo.toml;
|
||||
cargo +stable publish --verbose --manifest-path ${REPO_DIR}/framed/Cargo.toml;
|
||||
|
|
Loading…
Reference in a new issue