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/cc-rs Loading
base: cc-v1.0.102
Choose a base ref
...
head repository: rust-lang/cc-rs Loading
compare: cc-v1.0.103
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 30, 2024

  1. Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

    * Fix compilation for wasm: env WASI_SYSROOT should be optional
    
    On ubuntu-latest github action runner, it used to work without the environment variable.
    
    Fixed #1109 #1113
    
    * Add wasm32-unknown targets (#1115)
    
    ---------
    
    Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com>
    NobodyXu and Kuuuube committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    fe9ccd1 View commit details
    Browse the repository at this point in the history
  2. chore: release (#1116)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    75d47e5 View commit details
    Browse the repository at this point in the history
Loading