🚀 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
parent 6b82e523bd
commit e8ae5fcb2c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

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