mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-12 22:41:21 +00:00
fix(execution-engine): fix invalid iteration over stream (#362)
This PR is mostly a revertion of #357, that is needed to make stream work correctly in fold itrerations. Closes #363.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
## Version 0.4.0
|
||||
|
||||
[PR 356](https://github.com/fluencelabs/aquavm/pull/358):
|
||||
- temporary fix of a bug with fold and canon compatibility
|
||||
|
||||
## Version 0.3.0
|
||||
|
||||
[PR 292](https://github.com/fluencelabs/aquavm/pull/292):
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-data"
|
||||
description = "Data format of the AIR interpreter"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
Reference in New Issue
Block a user