Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: GREsau/schemars
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.16
Choose a base ref
...
head repository: GREsau/schemars
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.17
Choose a head ref
  • 4 commits
  • 19 files changed
  • 1 contributor

Commits on Apr 28, 2024

  1. Copy the full SHA
    9501fe3 View commit details
  2. Include Cargo.lock file in git

    This should make builds (especially for MSRV) much more stable, at the cost of no longer testing schemars compatibility with new dependency versions.
    GREsau committed Apr 28, 2024
    Copy the full SHA
    bbedf13 View commit details
  3. Add comment explaining why we double-parse an Expr

    GREsau committed Apr 28, 2024
    Copy the full SHA
    df00e2f View commit details
  4. v0.8.17

    GREsau committed Apr 28, 2024
    Copy the full SHA
    e5ef0f8 View commit details
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,9 +2,5 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.8.17] - 2024-04-28

### Changed:

- Update to syn 2.0, which should improve compile times in many cases (https://github.com/GREsau/schemars/pull/281)

## [0.8.16] - 2023-11-11

### Fixed:
Loading