Skip to content

simplicityhl-0.5.0 does not compile #335

Description

@ivanlele

Project version

0.5.0

Project

compiler

What happened?

Recently, we released a new version of rust-simplicity with breaking changes (0.7.1). If someone runs cargo add simplicityhl or cargo add simplicityhl@0.5.0, Cargo will currently resolve the simplicity-lang dependency to 0.7.1 because we did not pin the dependency strictly enough.

Let's create a branch from the simplicityhl-0.5.0 tag, apply a hotfix by changing the dependency to:

simplicity-lang = { version = "=0.7.0" }

and quickly release a simplicityhl-0.5.1 patch version.

Minimal reproduction steps

cargo new test-shl && cd test-shl
cargo add simplicityhl
cargo build

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions