8000 v1.17: Update Solang Solidity compiler to v0.3.3 (backport of #33830) by mergify[bot] · Pull Request #33835 · solana-labs/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

v1.17: Update Solang Solidity compiler to v0.3.3 (backport of #33830) #33835

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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