Skip to content

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
heap-coder added a commit to heap-coder/rust-miniscript that referenced this pull request Sep 27, 2025
c6d89cd910af787c7f12f139713bba2c7662e07f Pin dependencies when using MSRV (Tobin C. Harding)
15b57cd9b5d0a8f02e3762f4371189ee0252ce7f Remove TOOLCHAIN (Tobin C. Harding)

Pull request description:

  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).

ACKs for top commit:
  apoelstra:
    ACK c6d89cd910af787c7f12f139713bba2c7662e07f

Tree-SHA512: bff67d12b344c70f6f787e12b5640ea0bba6a8a460e6116f42c2049d7fc8e370157b37884ef0a9dc765e5cef852786cae50a53ef1785b6f45640d6a061d146ea
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