Skip to content

v3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 01:18
· 16 commits to master since this release
bfdd1c3
Set libblst `.version` to match `Cargo.toml` (#603)

An alternative would have been to set the version only in the `.pc` file
based on `Cargo.toml`. However, the derivation’s `.version` must be
accurate so that haskell.nix planning can detect it without building.

Therefore, we hardcode `.version` in the derivation, and add a check
against `Cargo.toml` to ensure it stays in sync.