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: 15f1333911af0c92338c99f58d8efa2bc8a2c314
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: bfcdc596cf26871c8551f259efa5af9ca04ae1af
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@aadec899646c8e0f34c52d9219c2faac36626b55
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
with:
toolchain: stable
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@aadec899646c8e0f34c52d9219c2faac36626b55
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- 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@aadec899646c8e0f34c52d9219c2faac36626b55
- uses: actions/checkout@b32f140b0c872d58512e0a66172253c302617b90
- name: Download CockroachDB
run: ./tools/ci_download_cockroachdb
- name: Add CockroachDB to PATH