Skip to content

Commit

Permalink
Merge pull request #313 from libsql/ci-rust-toolchain
Browse files Browse the repository at this point in the history
Use latest stable Rust toolchain in CI
  • Loading branch information
penberg authored Aug 25, 2023
2 parents df41885 + f1efd9c commit 0b28b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.66.0
- uses: dtolnay/rust-toolchain@stable

- name: get TCL
run: sudo apt-get install -y tcl8.6-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maketestwasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.66.0
- uses: dtolnay/rust-toolchain@stable

- name: get TCL
run: sudo apt-get install -y tcl8.6-dev
Expand Down

0 comments on commit 0b28b0b

Please sign in to comment.