Skip to content

stageleft v0.4.0

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 30 Aug 20:54
· 79 commits to main since this release

Chore

  • lower min dependency versions where possible, update Cargo.lock
    Moved from #1418


New Features

  • use trybuild to compile subgraph binaries

Bug Fixes

  • typing hole when splicing RuntimeData
    Previously, a RuntimeData could be spliced in any context even if its
    data type may not be valid under the required 'a lifetime constraint.
    This fixed that typing bug.

    Soon, we should have regression testing for this via trybuild.

Commit Statistics

Commit Details

view details
  • #1397
    • Typing hole when splicing RuntimeData (06c5141)
  • #1398
    • Use trybuild to compile subgraph binaries (46a8a2c)
  • #1423
    • Lower min dependency versions where possible, update Cargo.lock (11af328)