- Update syn to 2.0.4
- Fix some borrow checker errors with synchronous functions, and add the
#[context(move, "context")]
syntax to support functions which consume their arguments. Thanks to @KaiJewson for #5.
- Fixed lints like
dead_code
not triggering for functions annotated with#[context]
(#3).