PHANTOM
🇮🇳 IN
Skip to content

Compatible with Rust 2024 Edition #1500

Open
phoepsilonix wants to merge 2 commits intoMorganamilo:masterfrom
phoepsilonix:Rust_2024_Edition
Open

Compatible with Rust 2024 Edition #1500
phoepsilonix wants to merge 2 commits intoMorganamilo:masterfrom
phoepsilonix:Rust_2024_Edition

Conversation

@phoepsilonix
Copy link

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

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.
@phoepsilonix phoepsilonix force-pushed the Rust_2024_Edition branch 3 times, most recently from 18bee25 to 6e39b0d Compare January 18, 2026 08:19
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
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
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
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
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
@phoepsilonix

This comment was marked as resolved.

@phoepsilonix
Copy link
Author

phoepsilonix commented Jan 31, 2026

Merging both #1500 and Morganamilo/aur-depends#24 will make it compatible with the 2024 edition.

@phoepsilonix phoepsilonix changed the title WIP: Compatible with Rust 2024 Edition Compatible with Rust 2024 Edition Jan 31, 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
@phoepsilonix phoepsilonix marked this pull request as ready for review January 31, 2026 21:24
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