Skip to content

Commit

Permalink
Update Solang Solidity compiler to v0.3.0 (#31756)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyoung committed May 23, 2023
1 parent d9d2120 commit 7ad43f5
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 @@ -167,7 +167,7 @@ fi
# Add Solidity Compiler
if [[ -z "$validatorOnly" ]]; then
base="https://github.com/hyperledger/solang/releases/download"
version="v0.2.3"
version="v0.3.0"
curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"

case $(uname -s) in
Expand Down

0 comments on commit 7ad43f5

Please sign in to comment.