Moving back to zstd-seekable 0.1
Dependencies
- [2]
COYHX6ORMinor formatting - [3]
Y3I63NOYUpgrading zstd-seekable - [4]
CSMXGT2LInit zstd_seekable - [5]
I24UEJQLVarious post-fire fixes - [6]
3QGE6HRDVersion bump (upgrade to zstd-seekable 0.2, take 2) - [7]
A3RM526YIntegrating identity malleability - [8]
TNN56XYKlibpijul alpha.43 - [9]
VO5OQW4WRemoving anyhow in libpijul - [10]
SMMBFECLConverting to the new patch format "online" - [11]
FYUDBQ3CFormatting changes + version bump - [12]
JRENVH5DReqwest 0.11 - [13]
AKARNWLHUpgrading dependencies, including zstd-seekable - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in "libpijul/src/change/change_file.rs" at line 6
s: Option<zstd_seekable::Seekable<OffFile>>,s: Option<zstd_seekable::Seekable<'static, OffFile>>, - replacement in "libpijul/src/change/change_file.rs" at line 87
Some(zstd_seekable::Seekable::init(Some(zstd_seekable::Seekable::init(Box::new( - replacement in "libpijul/src/change/change_file.rs" at line 92
)?)))?) - replacement in "libpijul/Cargo.toml" at line 119
zstd-seekable = { version = "0.2.2", optional = true }zstd-seekable = { version = "0.1.0", optional = true }