aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-05-02 14:42:39 +0100
committerAkshay <[email protected]>2020-05-02 14:42:39 +0100
commit80ca1205980cbdd51f300c704a00028314988397 (patch)
tree15e456276efa3771b483e83fd24ff56a9c0989fa
parent52eb8ba96d949b7ec3df46813c1d3b6404c1e146 (diff)
update roadmap
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 9378ccc..cbf9cca 100644
--- a/readme.md
+++ b/readme.md
@@ -70,8 +70,9 @@ dependencies in cargo. All you need is the `fondant` crate.
70 70
71### Todo 71### Todo
72 72
73 - [ ] improve error types 73 - [x] improve error types
74 - [ ] use `syn::Error` and `syn::Result` to report macro errors 74 - [ ] use `syn::Error` and `syn::Result` to report macro errors
75 - [x] write docs 75 - [x] write docs
76 - [ ] write test suite
76 - [x] bundle and publish to crates.io 77 - [x] bundle and publish to crates.io
77 78