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: rust-lang/cmake-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.56
Choose a base ref
...
head repository: rust-lang/cmake-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.57
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 17, 2025

  1. Revert canonicalizing the build directory and make the path absolute …

    …instead (#267)
    
    Rather than canonicalising the build directory this simply makes it
    absolute. Unfortunately the current MSRV doesn't allow us to use
    `std::path::absolute` so for Windows I've added a direct call to the
    Windows API.
    
    Since the motivation for #200 is Windows, on non-Windows platforms this
    is now a no-op.
    
    Fixes cloudflare/boring#414
    ChrisDenton authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    899f26d View commit details
    Browse the repository at this point in the history
  2. chore: release v0.1.57 (#268)

    ## 🤖 New release
    
    * `cmake`: 0.1.56 -> 0.1.57 (✓ API compatible changes)
    
    <details><summary><i><b>Changelog</b></i></summary><p>
    
    <blockquote>
    
    ##
    [0.1.57](v0.1.56...v0.1.57)
    - 2025-12-17
    
    ### Fixed
    
    - Revert canonicalizing the build directory and make the path absolute
    instead ([#267](#267))
    </blockquote>
    
    
    </p></details>
    
    ---
    This PR was generated with
    [release-plz](https://github.com/release-plz/release-plz/).
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Chris Denton <chris@chrisdenton.dev>
    github-actions[bot] and ChrisDenton authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    434afe6 View commit details
    Browse the repository at this point in the history
Loading