Skip to content

Commit 1691b33

Browse files
committed
ci(regen): fix stale version-bump comment reference
1 parent f9d84e2 commit 1691b33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/regenerate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ jobs:
146146
- name: Format generated code
147147
run: |
148148
# Derive the edition from Cargo.toml so it can't drift from the crate
149-
# if the edition is ever bumped (same source as the version bump above).
149+
# if the edition is ever bumped (same `cargo metadata` source as the
150+
# version read above).
150151
edition=$(cargo metadata --no-deps --format-version 1 \
151152
| jq -r '.packages[] | select(.name=="hotdata") | .edition')
152153
find src/apis src/models -name '*.rs' -print0 \

0 commit comments

Comments
 (0)