Update cargo.* version to 1.2.8
This commit is contained in:
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <maintainers@solana.com>"]
|
||||
edition = "2018"
|
||||
name = "solana-scripts"
|
||||
description = "Blockchain, Rebuilt for Scale"
|
||||
version = "1.2.7"
|
||||
version = "1.2.8"
|
||||
repository = "https://github.com/solana-labs/solana"
|
||||
license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
#set -e
|
||||
|
||||
shifted_args=()
|
||||
while [[ -n $1 ]]; do
|
||||
|
Reference in New Issue
Block a user