Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidecomputer/async-bb8-diesel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19c5e156f6477c1dfc3d7b4b3c86bad6fad36e57
Choose a base ref
..
head repository: oxidecomputer/async-bb8-diesel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f474fcc2232192c76961cded61d798f54d528f8
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/rust.yml
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
with:
toolchain: stable
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Cargo check
run: cargo check --no-default-features

@@ -38,7 +38,7 @@ jobs:
os: [ ubuntu-latest, macos-12 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@43045ae669be728bd34ed56fcd1a230c0dc4d8e2
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Download CockroachDB
run: ./tools/ci_download_cockroachdb
- name: Add CockroachDB to PATH