Compatible with Rust 2024 Edition #1500
Open
phoepsilonix wants to merge 2 commits intoMorganamilo:masterfrom
Open
Compatible with Rust 2024 Edition #1500phoepsilonix wants to merge 2 commits intoMorganamilo:masterfrom
phoepsilonix wants to merge 2 commits intoMorganamilo:masterfrom
Conversation
This was referenced Jan 15, 2026
cargo fix --edition
8c3a0c4 to
ad76056
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Updated to reqwest 0.13.1 However, using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. https://gitlab.com/tagawa0525/raur ref commit 20388cb9cf106de34e152da002045d8c8edce2d3 Remove explicit 'ref' binding modifiers in match patterns as they are no longer allowed when the default binding mode is already a reference. This resolves compilation errors introduced by Rust 2024 edition changes to match ergonomics. 2. Update raur v8.0.0 https://gitlab.com/davidbittner/raur/-/merge_requests/30 PR Morganamilo#1500 Morganamilo/aur-depends#24 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls.
18bee25 to
6e39b0d
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Updated to reqwest 0.13.1 However, using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. https://gitlab.com/tagawa0525/raur ref commit 20388cb9cf106de34e152da002045d8c8edce2d3 2. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 ref PR Morganamilo#1500 Morganamilo/aur-depends#24
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Updated to reqwest 0.13.1 However, using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. 2. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 ref PR Morganamilo#1500 Morganamilo/aur-depends#24
6e39b0d to
6ff1284
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. 2. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 ref PR Morganamilo#1500 Morganamilo/aur-depends#24
6ff1284 to
a410042
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. 2. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 ref PR Morganamilo#1500 Morganamilo/aur-depends#24
a410042 to
d40b8cd
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest. Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 2. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. ref PR Morganamilo#1500 Morganamilo/aur-depends#24
d40b8cd to
0463019
Compare
phoepsilonix
added a commit
to phoepsilonix/paru
that referenced
this pull request
Jan 18, 2026
1. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest.(Depends on aws-lc-rs) Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 2. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. ref PR Morganamilo#1500 Morganamilo/aur-depends#24
0463019 to
40d8e15
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Author
|
Merging both #1500 and Morganamilo/aur-depends#24 will make it compatible with the 2024 edition. |
1. Update raur v8.0.0 Specifying native-tls enables the native-tls feature for reqwest, typically activating OpenSSL. Specifying rusttls-tls enables the default feature for reqwest.(Depends on aws-lc-rs) Specifying rusttls-ring enables the rustls-no-provider and ring features for reqwest. The default has been set to native-tls. https://gitlab.com/davidbittner/raur/-/merge_requests/30 2. Updated to reqwest 0.13.1 Using native-tls to eliminate dependencies on aws-lc-rs and aws-lc-sys. ref PR Morganamilo#1500 Morganamilo/aur-depends#24
40d8e15 to
165beec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Once the raur update is adopted and the version number is updated to 8.0.0, we can support Rust 2024 Edition by updating the raur version to 8.0.0 in both paru and aur-depends.
Morganamilo/aur-depends#24
https://gitlab.com/davidbittner/raur/-/merge_requests/30