We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d84e2 commit 1691b33Copy full SHA for 1691b33
1 file changed
.github/workflows/regenerate.yml
@@ -146,7 +146,8 @@ jobs:
146
- name: Format generated code
147
run: |
148
# 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).
+ # if the edition is ever bumped (same `cargo metadata` source as the
150
+ # version read above).
151
edition=$(cargo metadata --no-deps --format-version 1 \
152
| jq -r '.packages[] | select(.name=="hotdata") | .edition')
153
find src/apis src/models -name '*.rs' -print0 \
0 commit comments