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

Upgrade bitcoin dependency to v0.29.0 #450

Merged
merged 3 commits into from
Sep 20, 2022

Commits on Sep 12, 2022

  1. Remove TOOLCHAIN

    Cargo already uses an env var to configure the toolchain
    `RUSTUP_TOOLCHAIN`, there is no need for our custom `TOOLCHAIN`
    environment variable.
    tcharding committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    15b57cd View commit details
    Browse the repository at this point in the history
  2. Pin dependencies when using MSRV

    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 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c6d89cd View commit details
    Browse the repository at this point in the history
  3. Depend on bitcoin 0.29.0

    Depend on the newly released bitcoin 0.29.0
    tcharding committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    24a2498 View commit details
    Browse the repository at this point in the history