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

refactor!: use Rust 1.80 features #157

Merged
merged 1 commit into from
Feb 23, 2025
Merged

refactor!: use Rust 1.80 features #157

merged 1 commit into from
Feb 23, 2025

Conversation

aschey
Copy link
Owner

@aschey aschey commented Feb 23, 2025

Some dependencies require Rust 1.80 now: build logs

This also makes use of some new Rust features.

@aschey aschey force-pushed the refactor/rust-1.80 branch from aa2f7a4 to 5092957 Compare February 23, 2025 20:31
* `stream-download`: 0.15.0 -> 0.15.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

[0.15.1](https://github.com/aschey/stream-download-rs/compare/0.15.0..0.15.1)
- 2025-02-15

- Format sorting for yt-dlp examples (#156) -
([806be91](806be91))

- *(deps)* Update ctor requirement from 0.2.7 to 0.3.3 (#154) -
([628b62d](628b62d))

<!-- generated by git-cliff -->
</blockquote>

</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
@aschey aschey force-pushed the refactor/rust-1.80 branch from 5092957 to 0a6032c Compare February 23, 2025 20:33
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 76.33%. Comparing base (77082ec) to head (0a6032c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/process/mod.rs 33.33% 3 Missing and 1 partial ⚠️
src/http/reqwest_client.rs 33.33% 0 Missing and 2 partials ⚠️
src/lib.rs 50.00% 2 Missing ⚠️
src/source/mod.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   76.33%   76.33%           
=======================================
  Files          19       19           
  Lines        1669     1665    -4     
  Branches     1669     1665    -4     
=======================================
- Hits         1274     1271    -3     
- Misses        308      310    +2     
+ Partials       87       84    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aschey aschey merged commit cd0a0cb into main Feb 23, 2025
9 checks passed
@aschey aschey deleted the refactor/rust-1.80 branch February 23, 2025 21:28
@aschey aschey mentioned this pull request Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant