From b72920e2350f88fe68a68ba8b3a55f405a37ac7c Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 30 Apr 2023 11:39:08 +0200 Subject: [PATCH] chore(README.md): mark dagger run compatibility and upstream update tasks as completed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 209951e..441e87e 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ A dagger sdk written in rust for rust. - [ ] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for better errors -- [ ] Add compatibility with `dagger run` +- [x] Add compatibility with `dagger run` - [ ] Add open telemetry tracing to the sdk - [ ] Remove `id().await?` from passing to other dagger graphs, this should make the design much cleaner - [ ] Start MkBook on how to actually use the sdk -- [ ] Update to newest upstream release +- [x] Update to newest upstream release - [ ] Fix bugs - [x] Run in conjunction with golang and other sdks - [ ] Stabilize the initial `Arc` model into something more extensible