Closed hardliner66 closed 1 year ago
If you rebase this on master, it should show the relevant change only. :)
Rebased onto master.
I also updated the vendored dependency. That should have already been part of the 0.11.0 update, but it kinda fell through.
Sorry for taking so long to look at a trivial patch. I'll give this a lookover tomorrow, I promise. :bowing_man:
Sorry for taking so long to look at a trivial patch. I'll give this a lookover tomorrow, I promise. 🙇♂️
Don't worry about it. :)
I fixed the error texts and rebased onto master.
@sin-ack Squashed the commits into one
This PR changes the used integer types to
usize
for cases where it should be platform dependent, in order to compilezigself
for other platforms likearmv7
.Depends on #25.