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: baoyachi/shadow-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: baoyachi/shadow-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 11 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 24, 2025

  1. Update serde-wasm-bindgen requirement from 0.5 to 0.6

    Updates the requirements on [serde-wasm-bindgen](https://github.com/RReverser/serde-wasm-bindgen) to permit the latest version.
    - [Commits](RReverser/serde-wasm-bindgen@v0.5.0...v0.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: serde-wasm-bindgen
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    e7ba414 View commit details
    Browse the repository at this point in the history
  2. Update cargo_metadata requirement from 0.18.1 to 0.19.1

    Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permit the latest version.
    - [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
    - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
    - [Commits](oli-obk/cargo_metadata@0.18.1...0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: cargo_metadata
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f72330d View commit details
    Browse the repository at this point in the history
  3. Update winnow requirement from 0.6 to 0.7

    Updates the requirements on [winnow](https://github.com/winnow-rs/winnow) to permit the latest version.
    - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
    - [Commits](winnow-rs/winnow@v0.6.0...v0.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: winnow
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    6463849 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Merge pull request #214 from baoyachi/dependabot/cargo/serde-wasm-bin…

    …dgen-0.6
    
    Update serde-wasm-bindgen requirement from 0.5 to 0.6
    baoyachi authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    420305f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #215 from baoyachi/dependabot/cargo/cargo_metadata…

    …-0.19.1
    
    Update cargo_metadata requirement from 0.18.1 to 0.19.1
    baoyachi authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    26194d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #216 from baoyachi/dependabot/cargo/winnow-0.7

    Update winnow requirement from 0.6 to 0.7
    baoyachi authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    b19b4e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Update esp-backtrace version

    baoyachi committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    46fec8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4797c View commit details
    Browse the repository at this point in the history
  3. Update esp-hal version

    baoyachi committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    362e36d View commit details
    Browse the repository at this point in the history
  4. Update tzdb version

    baoyachi committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    9acc1fd View commit details
    Browse the repository at this point in the history
  5. Update Cargo.toml

    baoyachi authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    408a718 View commit details
    Browse the repository at this point in the history
Loading