Skip to content

v0.2.5

Choose a tag to compare

@goshitsarch-eng goshitsarch-eng released this 14 Feb 17:37
· 20 commits to main since this release

Fixed

  • CI failures across all jobs: removed phantom test_http_large example entry from Cargo.toml that referenced a file not committed to the repository
  • Clippy too_many_arguments lint: added #[allow] on SegmentedDownload::start() which grew to 8 parameters after the retry policy addition
  • Code formatting: ran cargo fmt on files modified in v0.2.4 (engine.rs, segment.rs, webseed.rs)