Skip to content

Commit

Permalink
Update Solang Solidity compiler to v0.3.3 (solana-labs#33830)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <sean@mess.org>
  • Loading branch information
seanyoung authored Oct 24, 2023
1 parent 540fc2e commit 8e0acf4
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 8e0acf4

Please sign in to comment.