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

Relax version constraint on reqwest dependency #2491

Merged
merged 7 commits into from
Aug 29, 2024

Conversation

lucksus
Copy link
Contributor

@lucksus lucksus commented Aug 15, 2024

0.11.* instead of 0.11.27.

Cargo will pick the latest patch that's possible with *, but also not fail if another dependency in the build ensemble has reqwest pinned to something below patch 27.

This enables us to include scryer alongside an older Deno version that we're currently forced to stick with.

…e latest patch that's possible, but not fail if another dep. has it pinned to something below patch 27)
Cargo.toml Outdated Show resolved Hide resolved
lucksus and others added 2 commits August 20, 2024 22:08
Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
Cargo.toml Outdated Show resolved Hide resolved
Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
@mthom mthom merged commit 12a61cd into mthom:master Aug 29, 2024
13 checks passed
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.

5 participants