streamingfast / substreams-rs

9 stars 3 forks source link

Making minimal changes to allow crate to be built using a non wasm target #2

Closed robinbernon closed 2 years ago

robinbernon commented 2 years ago

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.

maoueh commented 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.

robinbernon commented 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.

Have updated changelog with changes