🚀 chore(README.md): check off introducing thiserror for better errors in plan for next release

The plan for the next release has been updated to reflect that the [thiserror](https://docs.rs/thiserror/latest/thiserror/) library has been introduced to improve error handling.
This commit is contained in:
Kasper Juul Hermansen 2023-04-30 12:59:57 +02:00 committed by Kasper Juul Hermansen
parent 3a9abb97c2
commit 107d3ca0bf

View File

@ -4,7 +4,7 @@ A dagger sdk written in rust for rust.
## Plan for next release
- [ ] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for
- [x] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for
better errors
- [x] Add compatibility with `dagger run`
- [ ] Add open telemetry tracing to the sdk