Closed robinbernon closed 2 years ago
Can you a note in the changelog starting a new sections:
## Next
* <Your description here>
## [0.2.0](https://github.com/streamingfast/substreams-rs/releases/tag/v0.2.0)
...
And I'll merge that.
Can you a note in the changelog starting a new sections:
## Next * <Your description here> ## [0.2.0](https://github.com/streamingfast/substreams-rs/releases/tag/v0.2.0) ...
And I'll merge that.
Have updated changelog with changes
Adding the minimum changes required to allow the substreams crate to be built using a non wasm target (eg. you would need this if this is included as a dependency in a build.rs file).
NB The substreams-ethereum crate uses this crate as a dependency so a change to that crate will also be required after to reference this updated version.