From 4953145812cacf46c1205b060b8fcf765fbaebd3 Mon Sep 17 00:00:00 2001 From: Luca Spinazzola Date: Thu, 2 Feb 2023 19:04:59 -0500 Subject: [PATCH] update rust --- .github/workflows/Integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 211b94e..570e381 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - rust: [1.66.1] + rust: [1.67.0] make: - name: Run integration tests # Integration tests task: "(cd tests && TESTNET_TYPE=LocalSecret ./gradlew jvmTest --build-cache --no-daemon)"