Moving back to zstd-seekable 0.1

pmeunier
Sep 22, 2021, 9:10 AM
FINWDBLQNMWDKZRNNH5IF2QMV4XJEUWMOWBBIRBRFPRABTTKPYBQC

Dependencies

  • [2] COYHX6OR Minor formatting
  • [3] Y3I63NOY Upgrading zstd-seekable
  • [4] JRENVH5D Reqwest 0.11
  • [5] CSMXGT2L Init zstd_seekable
  • [6] VO5OQW4W Removing anyhow in libpijul
  • [7] FYUDBQ3C Formatting changes + version bump
  • [8] A3RM526Y Integrating identity malleability
  • [9] AKARNWLH Upgrading dependencies, including zstd-seekable
  • [10] I24UEJQL Various post-fire fixes
  • [11] SMMBFECL Converting to the new patch format "online"
  • [12] TNN56XYK libpijul alpha.43
  • [13] 3QGE6HRD Version bump (upgrade to zstd-seekable 0.2, take 2)
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in "libpijul/src/change/change_file.rs" at line 6
    [4.166][4.166:215]()
    s: Option<zstd_seekable::Seekable<OffFile>>,
    [4.166]
    [4.43846]
    s: Option<zstd_seekable::Seekable<'static, OffFile>>,
  • replacement in "libpijul/src/change/change_file.rs" at line 87
    [4.92372][2.27:75]()
    Some(zstd_seekable::Seekable::init(
    [4.92372]
    [2.75]
    Some(zstd_seekable::Seekable::init(Box::new(
  • replacement in "libpijul/src/change/change_file.rs" at line 92
    [2.217][2.217:233]()
    )?)
    [2.195]
    [4.92523]
    ))?)
  • replacement in "libpijul/Cargo.toml" at line 119
    [4.109303][3.0:55]()
    zstd-seekable = { version = "0.2.2", optional = true }
    [4.109303]
    [4.199]
    zstd-seekable = { version = "0.1.0", optional = true }