Skip to content

Commit 1b9bb72

Browse files
authored
Merge pull request #837 from scottlamb/update-lockfile
keep Cargo.toml and Cargo.lock in sync
2 parents dc07a00 + cbd2990 commit 1b9bb72

42 files changed

Lines changed: 1028 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
components: rustfmt
2525
- run: .github/ci/format.sh
2626

27+
# Verify every Cargo.lock is in sync with its Cargo.toml. Catches the
28+
# case where a deps bump in rmk/rmk-types is merged without refreshing
29+
# example lockfiles (see scripts/fetch_all.sh).
30+
fetch-check:
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: actions/checkout@v6
34+
- uses: dtolnay/rust-toolchain@stable
35+
- run: bash scripts/fetch_all.sh --check
36+
2737
check:
2838
runs-on: ubuntu-latest
2939
steps:

examples/use_config/esp32_ble_split/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/esp32c3_ble/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/esp32c6_ble/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/esp32s3_ble/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/nrf52832_ble/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/nrf52840_ble/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/nrf52840_ble_split/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/nrf52840_ble_split_direct_pin/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/use_config/nrf52840_ble_split_dongle/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)