Skip to content

0.1.10

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 14:15
· 89 commits to main since this release
6e6d11b
refactor: move worker back into workspace members (#33)

### Description
We had move `worker` out of the members because we were having issues
compiling it because of some dependency conflicts.
It seems like that issue does not exist anymore, so we should be able to
move it back into the members list.

### Changes
- Move `worker` into members list
- Bump `reqwest` from 0.11.18 -> 0.11.22