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: cargo-lambda/cargo-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: cargo-lambda/cargo-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.2
Choose a head ref
  • 9 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 30, 2025

  1. Configuration menu
    Copy the full SHA
    d271c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc1cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7d974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2e170d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. fix(system): Fix issue running the zig installer. (#835)

    Run the installer automatically when there is only one option.
    calavera authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    0d14ace View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. fix(system): Return outputs when a command fails. (#836)

    This allows the cli to return an error and print useful information.
    calavera authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    9b30f89 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. fix(system): Propagate command error when zig cannot be installed. (#837

    )
    
    * fix(system): Propagate command error when zig cannot be installed.
    
    * chore(build): Update gh actions to upgrade the version of cmake.
    calavera authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    4870070 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. fix(system): Print zig's full command. (#838)

    This will also show any arguments that we use, like when it's invoked via python.
    calavera authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    728c146 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. fix(deploy): Fix the serializer for remote and vpc configurations. (#840

    )
    
    Change them to be inside their own fields, since they're not flattened
    in the Serde structs.
    calavera authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    2accf03 View commit details
    Browse the repository at this point in the history
Loading