Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from dignifiedquire:master #6

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Mar 14, 2020

  1. Remove Sync + Send requirement on wraped reader

    Florian Albertz committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    bee213e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    085ff41 View commit details
    Browse the repository at this point in the history
  2. fix warnings

    dignifiedquire committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    4fa5af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de9828 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    add7b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57fa46 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    6e2533c View commit details
    Browse the repository at this point in the history
  2. remove unused pin_cell

    dignifiedquire committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    d320742 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from dignifiedquire/feat-send

    feat: ensure Send and Sync for Archive, Entries
    dignifiedquire committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    645c2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac58bb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    1d82b68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from dignifiedquire/fix-builder

    fix(builder): add missing Send and Sync bounds to the builder
    dignifiedquire committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d77f0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e4e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    a3be73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c55e18 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge pull request #15 from danieleades/fix/CI

    update and fix CI
    dignifiedquire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9162bd7 View commit details
    Browse the repository at this point in the history
  2. add MSRV target to CI

    danieleades committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    cc338e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d35e83 View commit details
    Browse the repository at this point in the history
  4. update readme

    danieleades committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    db91d9c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. add MSRV policy to readme

    danieleades committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    15c44c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc8719 View commit details
    Browse the repository at this point in the history
  3. sort deps alphabetically

    danieleades committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    acc8273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8ff39 View commit details
    Browse the repository at this point in the history
  5. remove unneeded token

    danieleades committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a71980a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    4d2e05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871a7a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from danieleades/no-runtime

    remove default features from async-std dependency
    dignifiedquire committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    09e57d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. drop unnecessary sync marker (#11)

    * drop unnecessary sync marker
    
    * ci: don't use deprecated add-path command
    Jason Mobarak committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0a185f8 View commit details
    Browse the repository at this point in the history
  2. chore: happy clippy

    danieleades committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    33b9b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468e323 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from dignifiedquire/update-deps

    feat(deps): update pin-project and redox_syscall
    dignifiedquire committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    da72e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59214ba View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    7900b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8d15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5048d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eebfc03 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. fix: do not create directories outside (#24)

    * fix: do not create directories outside
    
    ports alexcrichton/tar-rs#259
    
    * fixups
    dignifiedquire committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9e61431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a3631 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    b6975b7 View commit details
    Browse the repository at this point in the history
  2. ci: add dependabot config

    danieleades committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    365c331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5fb2d7 View commit details
    Browse the repository at this point in the history
  4. ci: bump codecov/codecov-action from 1 to 2.1.0

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    748fee5 View commit details
    Browse the repository at this point in the history