From 674b81339c7638f3a1d926deb5b6253927e8e678 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 10 Mar 2022 09:14:24 -0800 Subject: [PATCH] update README with todo item to move to 0.9.1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7973aeb..ea4ee54 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ TODO List: * Implement [AWS restXml protocol](https://awslabs.github.io/smithy/1.0/spec/aws/aws-restxml-protocol.html). Includes S3. Total service count 4. +* Bump to zig 0.9.1. iguanaTLS, used in zFetch is still [working out 0.9.1 issues](https://github.com/alexnask/iguanaTLS/pull/29) * Implement sigv4a signing * Implement jitter/exponential backoff * Implement timeouts and other TODO's in the code