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: tafia/quick-xml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.1
Choose a base ref
...
head repository: tafia/quick-xml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 22, 2024

  1. Remove ignored tests which produces warnings since serde 1.0.215

    They are never will be implemented anyway. You need to implement deserialization manually
    if you want two xs:choice fields in your struct.
    Mingun committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    65f57b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #833 from Mingun/fix-serde-warnings

    Remove ignored tests which produces warnings since serde 1.0.215
    Mingun authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0793d6a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Configuration menu
    Copy the full SHA
    3b5c74d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #836 from pronebird/utf8writer

    Add to_utf8_io_writer helper serializing into std::io::Write
    Mingun authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    9ad2010 View commit details
    Browse the repository at this point in the history
  3. Release 0.37.2

    Mingun committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    52169ca View commit details
    Browse the repository at this point in the history
Loading