Sfoglia il codice sorgente

Update Solang Solidity compiler to v0.3.0 (#31756)

Sean Young 2 anni fa
parent
commit
7ad43f5653
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/cargo-install-all.sh

+ 1 - 1
scripts/cargo-install-all.sh

@@ -167,7 +167,7 @@ fi
 # Add Solidity Compiler
 # Add Solidity Compiler
 if [[ -z "$validatorOnly" ]]; then
 if [[ -z "$validatorOnly" ]]; then
   base="https://github.com/hyperledger/solang/releases/download"
   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"
   curlopt="-sSfL --retry 5 --retry-delay 2 --retry-connrefused"
 
 
   case $(uname -s) in
   case $(uname -s) in