Skip to content

Commit 789ff28

Browse files
committed
Prep for release
1 parent c2abf1e commit 789ff28

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/crate-release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -euo pipefail
4+
35
# check we're in the grin root
46
if [ ! -f "LICENSE" ] ; then
57
echo "Script must be run from Grin's root directory"
@@ -17,7 +19,7 @@ then
1719
fi
1820

1921
echo
20-
crates=( util keychain core store chain pool p2p api wallet servers config )
22+
crates=( util keychain core store chain pool p2p api servers config )
2123

2224
for crate in "${crates[@]}"
2325
do

util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] }
2929
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
3030
#tag = "grin_integration_29"
3131
#path = "../../rust-secp256k1-zkp"
32-
version = "0.7.14"
32+
version = "0.7.15"
3333
features = ["bullet-proof-sizing"]

0 commit comments

Comments
 (0)