|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.65.0
|
|
|
+ run: rustup default 1.68.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose
|
|
|
- name: Run tests
|
|
|
@@ -93,7 +93,7 @@ jobs:
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.65.0
|
|
|
+ run: rustup default 1.68.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose
|
|
|
- name: Run tests
|
|
|
@@ -117,7 +117,7 @@ jobs:
|
|
|
run: unzip c:\llvm.zip -d c:/
|
|
|
- name: Add LLVM to Path
|
|
|
run: echo "c:\llvm15.0\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
|
|
|
- - uses: dtolnay/rust-toolchain@1.65.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
with:
|
|
|
components: clippy
|
|
|
# We run clippy on Linux in the lint job above, but this does not check #[cfg(windows)] items
|
|
|
@@ -141,7 +141,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.65.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
- name: Get LLVM
|
|
|
run: curl -sSL --output llvm15.0-mac-arm.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm15-1/llvm15.0-mac-arm.tar.xz
|
|
|
- name: Extract LLVM
|
|
|
@@ -165,7 +165,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.65.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
- name: Get LLVM
|
|
|
run: wget -q -O llvm15.0-mac-intel.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm15-1/llvm15.0-mac-intel.tar.xz
|
|
|
- name: Extract LLVM
|