Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Dec 19, 2022

  1. chore: upgrade to Rust edition 2021 and set MSRV (#130)

    The minimum supported Rust version is set to 1.60 due to the
    `parity-scale-codec` dependency.
    
    BREAKING CHANGE: Rust edition 2021 is now used
    vmx authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    91fd35e View commit details
    Browse the repository at this point in the history
  2. feat: add encoded_len and written bytes (#129)

    BREAKING CHANGE: add new method `Cid::encoded_len` and return
    `Result<usize>` now from `Cid::write_bytese`.
    dignifiedquire authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    715771c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. chore: add changelog for v0.10.0 release (#132)

    This commit finally starts to add a changelog.
    vmx authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    e4a1245 View commit details
    Browse the repository at this point in the history
  2. chore: Release cid version 0.10.0

    vmx committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8b9b30e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. fix: the arb feature needs more multihash features (#133)

    The `arb` feature of CID requires the default code table of `multihash`,
    hence the `multihash-impl` feature of `multihash` needs to be enabled.
    vmx authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ceca4d9 View commit details
    Browse the repository at this point in the history
  2. chore: prepare 0.10.1 release (#134)

    Update the changelog.
    vmx authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2832182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df4e3f View commit details
    Browse the repository at this point in the history
Loading