Skip to content

Commit

Permalink
Generated schemas are not valid when using rust style names in ref (#799
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jonasbb authored Nov 6, 2024
2 parents bc20634 + 98bcdb7 commit 2e2d4f0
Show file tree
Hide file tree
Showing 16 changed files with 447 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# It is good to test more than the MSRV and stable since sometimes
# breakage occurs in intermediate versions.
# IMPORTANT: Synchronize the MSRV with the Cargo.toml values.
rust: ["1.67", "1.70", "1.75", "1.80", "stable", "beta", "nightly"]
rust: ["1.70", "1.75", "1.80", "stable", "beta", "nightly"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 2e2d4f0

Please sign in to comment.