Prep for release

This commit is contained in:
David Burkett
2026-03-08 14:32:26 -04:00
parent c2abf1ecf0
commit 789ff2859c
3 changed files with 6 additions and 4 deletions
Generated
+2 -2
View File
@@ -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",
+3 -1
View File
@@ -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
View File
@@ -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"]