Prep for release
This commit is contained in:
Generated
+2
-2
@@ -1121,9 +1121,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "grin_secp256k1zkp"
|
||||
version = "0.7.14"
|
||||
version = "0.7.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06832645c3d28079245827908045946db48e5d62b4c54b40701c7e21327e2571"
|
||||
checksum = "bf7bb95f155b1eede2648a1b9afbba82bc3d9f2af0518b478767559a572bd973"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.6",
|
||||
"cc",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# check we're in the grin root
|
||||
if [ ! -f "LICENSE" ] ; then
|
||||
echo "Script must be run from Grin's root directory"
|
||||
@@ -17,7 +19,7 @@ then
|
||||
fi
|
||||
|
||||
echo
|
||||
crates=( util keychain core store chain pool p2p api wallet servers config )
|
||||
crates=( util keychain core store chain pool p2p api servers config )
|
||||
|
||||
for crate in "${crates[@]}"
|
||||
do
|
||||
|
||||
+1
-1
@@ -29,5 +29,5 @@ zeroize = { version = "1.1", features =["zeroize_derive"] }
|
||||
#git = "https://github.com/mimblewimble/rust-secp256k1-zkp"
|
||||
#tag = "grin_integration_29"
|
||||
#path = "../../rust-secp256k1-zkp"
|
||||
version = "0.7.14"
|
||||
version = "0.7.15"
|
||||
features = ["bullet-proof-sizing"]
|
||||
|
||||
Reference in New Issue
Block a user