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

Pin dependencies when using MSRV #459

Merged
merged 2 commits into from
Sep 12, 2022

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Sep 12, 2022

A recent release of form_urlencoded breaks our test run when using 1.41.1 toolchain.

Pin the url and form_urlencoded dependencies when on 1.41.1 toolchain. Add a section to the readme instructing devs how to pin relevant dependencies (only when running tests).

Cargo already uses an env var to configure the toolchain
`RUSTUP_TOOLCHAIN`, there is no need for our custom `TOOLCHAIN`
environment variable.
A recent release of `form_urlencoded` breaks our dev build when using
1.41.1 toolchain.

Pin the `url` and `form_urlencoded` dependencies when on 1.41.1
toolchain.
@tcharding tcharding force-pushed the 09-12-pin-dependencies branch from e5146fa to c6d89cd Compare September 12, 2022 00:37
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c6d89cd

@apoelstra apoelstra merged commit 8fcbeb1 into rust-bitcoin:master Sep 12, 2022
@tcharding tcharding deleted the 09-12-pin-dependencies branch September 13, 2022 03:45
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.

2 participants