Skip to content

Commit

Permalink
v1.16: Update Solang Solidity compiler to v0.3.2 (backport of solana-…
Browse files Browse the repository at this point in the history
…labs#32975) (solana-labs#32997)

Update Solang Solidity compiler to v0.3.2 (solana-labs#32975)

Signed-off-by: Sean Young <[email protected]>
(cherry picked from commit b5b7397)

Co-authored-by: Sean Young <[email protected]>
  • Loading branch information
mergify[bot] and seanyoung authored Aug 25, 2023
1 parent cc5e897 commit 02c5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ fi
# Add Solidity Compiler
if [[ -z "$validatorOnly" ]]; then
base="https://github.com/hyperledger/solang/releases/download"
version="v0.3.1"
version="v0.3.2"
curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"

case $(uname -s) in
Expand Down

0 comments on commit 02c5bc5

Please sign in to comment.