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.0
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.1
Choose a head ref
  • 8 commits
  • 38 files changed
  • 3 contributors

Commits on Mar 15, 2025

  1. fix(system): Make the json output pretty by default. (#819)

    Consistent with the same flag in the deploy command.
    calavera authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    a1b4455 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. update rustls-platform-verifier to version 0.5.1 (#821)

    Signed-off-by: Heinz N. Gies <[email protected]>
    Licenser authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    b93ac86 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. fix(system): Fix system output format. (#825)

    - Remove unnecessary dependencies.
    - Update serde configuration to prevent flattenning of empty structs.
    - Update docs.
    calavera authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    755769e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. fix(system): Improve Zig install process. (#826)

    - Fix issue running commands outside a cargo project.
    - Remove unused dependencies.
    - Add scripts to download and install binaries.
    calavera authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    6bbdafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9231cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b988b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Update watch.md (#829)

    vikpe authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    9b1208c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. fix(system): Allow to run system subcommand without a project. (#830)

    Print only the Zig information, ignore config if a manifest file is not present.
    calavera authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    caddc10 View commit details
    Browse the repository at this point in the history
Loading