This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH hare-png] Update per stdlib changes
---
image/png/idat.ha | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/image/png/idat.ha b/image/png/idat.ha
index f0ad5e2..cd4f0ed 100644
--- a/image/png/idat.ha
+++ b/image/png/idat.ha
@@ -46,7 +46,7 @@ fn idat_read(
};
if (dec.filter is void) {
- const ft = match (bufio::scanbyte(&ir.inflate)?) {
+ const ft = match (bufio::read_byte(&ir.inflate)?) {
case io::EOF =>
return idat_finish(ir);
case let b: u8 =>
--
2.42.0
[hare-png/patches/.build.yml] build failed
Thanks!
To git@git.sr.ht:~sircmpwn/hare-png
33b285c..9deb848 master -> master