Skip to content

Commit

Permalink
v1.17: Update Solang Solidity compiler to v0.3.3 (backport of solana-…
Browse files Browse the repository at this point in the history
…labs#33830) (solana-labs#33835)

Update Solang Solidity compiler to v0.3.3 (solana-labs#33830)

Signed-off-by: Sean Young <sean@mess.org>
(cherry picked from commit 8e0acf4)

Co-authored-by: Sean Young <sean@mess.org>
  • Loading branch information
2 people authored and anwayde committed Nov 16, 2023
1 parent 8eb2d1d commit c6c400b
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.2"
version="v0.3.3"
curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"

case $(uname -s) in
Expand Down

0 comments on commit c6c400b

Please sign in to comment.