coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

rust use the 1.75.0 #221

Open vincenzopalazzo opened 9 months ago

vincenzopalazzo commented 9 months ago

With the new version of Rust we can remove some async crate because this version of rust support the async function in trait

See more https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html

vincenzopalazzo commented 8 months ago

We are still away from this, we need to have this feature before remove async_trait https://users.rust-lang.org/t/trait-async-function-that-returns-another-trait/104975

See the discussion here https://users.rust-lang.org/t/trait-async-function-that-returns-another-trait/104975