Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 77d4632

Browse files
authored
Update Solang Solidity compiler to v0.3.1 (#32352)
1 parent 43e791f commit 77d4632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cargo-install-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fi
171171
# Add Solidity Compiler
172172
if [[ -z "$validatorOnly" ]]; then
173173
base="https://github.com/hyperledger/solang/releases/download"
174-
version="v0.3.0"
174+
version="v0.3.1"
175175
curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"
176176

177177
case $(uname -s) in

0 commit comments

Comments
 (0)