Pin Rust version in CI workflows to 1.67

This commit is contained in:
thunderbiscuit
2023-04-24 13:51:37 -04:00
parent 9b919e5ceb
commit 3e3c0bf22f
7 changed files with 24 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ jobs:
distribution: temurin
java-version: 11
- name: "Set default Rust version to 1.67.0"
run: rustup default 1.67.0
- name: Run JVM tests
run: |
cd bdk-jvm