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: colin-kiegel/rust-derive-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: colin-kiegel/rust-derive-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    1f0a761 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update to syn 2 and darling 0.20.6 (#308)

    * Update to syn 2
    
    - Bump crates to 2018 edition; this is needed for generated code to
      produce usable error messages.
    - Bump darling dependency to 0.20.6
    - Remove support for `field(type = "...")` and leave only `field(ty = "...")`
    - Update compiletest outputs
    - Allow unquoted block expressions
    TedDriggs authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    04bcde6 View commit details
    Browse the repository at this point in the history
  2. Add updated publish script

    The previous one relies on CI automation that cannot be maintained without the repo owner, who is absent.
    
    The new script can be run locally by any authorized maintainer.
    TedDriggs committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e567abf View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.20.0

    TedDriggs committed Feb 14, 2024
    2 Configuration menu
    Copy the full SHA
    15ba883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b8bcf View commit details
    Browse the repository at this point in the history
Loading